WLJS LogoWLJS Notebook

URLQueryDecode

URLQueryDecode["string"] decodes a URL-style query string into a list of key-value rules.

Examples

URLQueryDecode["name=John&age=30"]
URLQueryDecode["key=value%20with%20spaces"]

Please visit the official Wolfram Language Reference for more details.

On this page