Parse URL query parameters into ordered names and repeated values.
The frame below runs the same code as this page, in the reader's own browser. Nothing is sent to us, and nothing is sent to you.
Pick a dark background and the text and panels follow it, so the frame stays readable on a dark page.
The query is split at ampersands, percent-decoded with form rules, and repeated names remain multiple values. A bare name can produce an empty value, and plus signs become spaces.
?page=1&limit=20&sort=name
page = 1 limit = 20 sort = name
Filter UIs, analytics tags, and form servers parse query strings.