URL
This is a standard module that performs string analysis of URLs.
Sample
// urlconst url = require("url");const myUrl= url.parse('https://sample@sub.example.com:8080/p/a?query=string#hash');
This is a standard module that performs string analysis of URLs.
// urlconst url = require("url");const myUrl= url.parse('https://sample@sub.example.com:8080/p/a?query=string#hash');