Extract and analyze parameters from a URL query string.
A query string is the part of a URL that contains parameters after the question mark. These parameters are commonly used to send data to web applications.
?user=alex&id=5
Example output:
user: alex id: 5