Let\'s say I have a string: something
When I escape it in JS I get this: %73%6F%6D%65%74%68%69%6E%67
so I can use this code
rawurldecode('%73%6F%6D%65%74%68%69%6E%67');