I have a text such as "abc\u001357". It's a parameter in json object which I send from client to server via http. How can I convert that text to a string like "abc%1357". I tried with Regex to replace characters. But it doesn't work
Thanks for advance