Dolphins
03-10-2005, 05:07 AM
Hi all,
I have a string with a '\' character and need to add one more \ to make it two.
example
var str="melton \john"
result
str should be "melton \\john"
Thanks in advance
I have a string with a '\' character and need to add one more \ to make it two.
example
var str="melton \john"
result
str should be "melton \\john"
Thanks in advance