I have a url in this format:
http:\/\/example.example.ru\/u82651140\/audio\/song.mp3
How to remove extra "\" from a string? I tried string.replace ("\", ""), but it does nothing. If you could give me a JavaScript regular expression that catches this, this will work too. I just need to catch this line when it is inside another line.
source
share