Skip to Content
Menu

Deprecated

getQueryStrings()

Get the query strings from the URL using JavaScript.

JavaScript February 7, 2021

Deprecated

Usage

JavaScript
nebula.getQueryStrings(url, format)

Parameters

url
(Optional) (String) The URL to parse for query parameters
Default: document.URL

format
(Optional) (String) The format to return the query string in
Default: object

Parameter Notes

Using string for the format will return the full query string as a single string (including the ?).

Request or provide clarification »

Additional Notes

Deprecated. Use nebula.get() or URLSearchParams directly.

Was this page helpful? Yes No


    A feedback message is required to submit this form.


    Please check that you have entered a valid email address.

    Enter your email address if you would like a response.

    Thank you for your feedback!