UrlQueryParams_v2 Op
Returns a URL query parameter
Summary (oneliner)
<p>You can append query parameters to your URLs, e.g. <code>index.html?param1=ParameterValue&param2=hello</code></p>
Full Name
- Ops.Website.UrlQueryParams_v2
- Core Op - Official cables op
- MIT
Documentation (markdown)
Issues
Example patch id
Youtube ids (comma seperated)
Op Licence
Caniuse query
Example Patch url query params example
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>