Hi There
I have a simple question how do I remove a \
with regex?
Thanks
I have tried it like this .replace(/\\/ig, '');
I am using javascript and classic asp
Now it works: .replace(/\\/ig, '');
somehow the first time I tried it, it were not working! - Thanks for all the quick answers!