UrlQueryParams_v2 Op

UrlQueryParams

Returns a URL query parameter


<p>You can append query parameters to your URLs, e.g. <code>index.html?param1=ParameterValue&amp;param2=hello</code></p>


Full Name
  • Ops.Website.UrlQueryParams_v2
Visibility
  • Core Op - Official cables op
License
  • MIT
Authorgithub


INPUT PORTS


parameter (String)

<p>The parameter (key) to get</p>

Default (String)

<p>Default value if key does not exist</p>

OUTPUT PORTS


result (String)

<p>The value of the parameter, or default value if it could not be found in the URL</p>


Patches using UrlQueryParams_v2

  • Examples
  • Public
  • My Patches

Changelog


created opuser avatarpandur - 2019-05-28 15:57