Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Its uri:unescape(), not uri:unescaped()

...

Code Block
languagejavascript
 unescaped = uri:unescapedunescape("This%20is%20a%20test"); // Returns 'This is a test'