![]() |
VOOZH | about |
URL.search is an inbuilt application programming interface(API) of the URL class within the Node.JS.
URL.search API is used to get and set the query part of URL.
Syntax: url.search url : It is an object created by URL constructor.
Example 1: (Getting query string of the URL)
Output:
Example 2: (Setting query string of the URL)
Output: