Description Usage Arguments Value Examples
This function gets the query parameters from a url as input, and outputs a list. Each element's name is the name of the parameters, and each element's value is the parameter's value.
1 | parse_query_string(query_string)
|
query_string |
a string containing the query parameters e.g.: "postId=1&userId=1" |
a list
1 | parse_query_string("postId=1&userId=1")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.