My strings will hold the values:
"["
"[/blah]"
do I need to escape anything?
Is it just doubling the /?
|
|
My strings will hold the values:
do I need to escape anything? Is it just doubling the /?
|
|||
|
|
|
|
you don't have to do anything / is not a special character |
||
|
|
|
|
If your string are
|
|||
|
|
|
|
Since this is a literal string square brackets or forward slash will not be interpreted so in your example you don't need to escape anything. Doubling applies to a backward slash only |
|||
|
|
|
|
Escape for what purpose? I at least don't see any XSS risks in the particular string. |
||
|
|