Get various parts of URL using JavaScript
Recently I wanted to get a domain name of the page on which I was currently on. I was trying to parse the entire URL of the page and then parse it using regular expressions etc. to get the domain name. I was able to get the required information using this method, but then I […]
Get various parts of URL using JavaScript Read More »