Query string
Functions for working with URL query parameters.
- boltsort.sort — Alias of
querystring.sort - querystring.add — Append a name and value to a URL query string
- querystring.clean — Remove empty parameters from a URL query string
- querystring.filter — Remove all parameters in the provided
querystring.filtersep-separated list from a URL query string - querystring.filter_except — Remove all parameters except those in the provided
querystring.filtersep-separated list from a URL query string - querystring.filtersep — List separator used for query string filtering
- querystring.get — Read a parameter from a URL query string
- querystring.globfilter — Remove matching parameters from a URL query string by glob
- querystring.globfilter_except — Remove non-matching parameters from a URL query string by glob
- querystring.regfilter — Remove matching parameters from a URL query string by regular expression
- querystring.regfilter_except — Remove non-matching parameters from a URL query string by regular expression
- querystring.remove — Remove the query string from a URL
- querystring.set — Set (or replace an existing) parameter in a URL query string
- querystring.sort — Sort URL query string parameters