parseQueryString {webdeveloper} | R Documentation |
Parse a query string
Description
Parse a query string
Usage
parseQueryString(x, split = "&", consolidate = TRUE)
Arguments
x |
A string containing the query string. |
split |
A string, the character to split by. |
consolidate |
TRUE/FALSE, if TRUE, consolidates items with the same name. |
Value
A named list.
Examples
parseQueryString("?form_id=example&col_name=Test+String")
[Package webdeveloper version 1.0.5 Index]