5012

URL Manipulation

URL Manipulation in Mathematica 10

In Mathematica Version 10, the industrial-strength string manipulation capabilities of the Wolfram Language are extended to operate on URLs and URIs as well. Convert between encoded and decoded URL characters and query strings, shorten and expand a long URL, parse or build a new URL, or add new parameters to existing URLs to easily interface with the web and leverage different services and APIs.

  • Encode and decode query string parameters.
  • Encode an association or a list of rules into a query string or decode a query string into a list of rules.
  • Split a URL into components or build a URL from components.
  • Expand or shorten a long URL.

Encode and Decode URLs »

Shorten and Expand URLs »

Call URLs Like Functions »