powered by
Parse a query string
parseQueryString(x, split = "&", consolidate = TRUE)
A named list.
A string containing the query string.
A string, the character to split by.
TRUE/FALSE, if TRUE, consolidates items with the same name.
parseQueryString("?form_id=example&col_name=Test+String")
Run the code above in your browser using DataLab