[Greasemonkey] Special characters

Jeremy Dunck jdunck at gmail.com
Wed Mar 29 15:43:28 EST 2006


On 3/29/06, Vectorspace <vectorspace at ntlworld.com> wrote:
> So the only characters I really need to encode are \ as \\, and " as \"
> if I used the " character to define the string? cool, thanks

Well, there are lots of other special chars you can use by preceding a
"normal" char with a backslash (\).

See table 2.1 here:
http://www.webreference.com/javascript/reference/core/ident.html#1013090


More information about the Greasemonkey mailing list