URL Parser
Break any URL into protocol, host, path, query parameters and hash.
| href | https://user:pass@www.toolzer.net/tools/url-parser?lang=ar&ref=chat#section-2 |
| protocol | https: |
| username | user |
| password | pass |
| host | www.toolzer.net |
| hostname | www.toolzer.net |
| port | (default) |
| pathname | /tools/url-parser |
| search | ?lang=ar&ref=chat |
| hash | #section-2 |
| origin | https://www.toolzer.net |
Query Parameters
| lang | ar |
| ref | chat |
