[thelist] [JavaScript] Avoid Escaping Characters

Hershel Robinson hershelr at netvision.net.il
Mon May 24 09:24:38 CDT 2004


Some languages have a method to define a string literal wherein what would
normally be an escape character is not treated as such, rather the escape
character is taken literally. So \n would be two characters, not one special
one.

Does such a feature exist in JavaScript? I am not aware of one.

Thanks,
Hershel

PS: To those who responded, thank you for the HTML tutorials.



More information about the thelist mailing list