Decode Sharepoint unicode URL

Sharepoint encodes the URLs with unicode, so we’ll see many \u002f to represent /.

If you want to decode those unicode strings, you can use this short code:
unescape(JSON.parse('"' + s.replace('"', '\\"') + '"'))

Laisser un commentaire

Votre adresse e-mail ne sera pas publiée. Les champs obligatoires sont indiqués avec *

*