|
|
Q977 What is the hexidecimal Latin-1 encoding value for the backslash character (\)?
irt.org | Knowledge Base | JavaScript | Text | Q977 [ previous next ] Q977 What is the hexidecimal Latin-1 encoding value for the backslash character (\)?It is:
Which you can find out using:
Because \ is the escape key, i.e. it can be used to escape other characters, e.g.:
then in JavaScript you have to escape it with itself. The other escape sequences available:
|
-- div -->
|