UrlQueryParams_v2 Op
Returns a URL query parameter
Summary (oneliner)
You can append query parameters to your URLs, e.g.
index.html?param1=ParameterValue&param2=hello
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)
The parameter (key) to get
Default (String)
Default value if key does not exist
OUTPUT PORTS
result (String)
The value of the parameter, or default value if it could not be found in the URL