https://github.com/antelle/url-parser
Parsing and changing URL parts
https://github.com/antelle/url-parser
Last synced: about 2 months ago
JSON representation
Parsing and changing URL parts
- Host: GitHub
- URL: https://github.com/antelle/url-parser
- Owner: antelle
- License: mit
- Created: 2019-10-26T06:09:27.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-10-26T12:26:28.000Z (over 5 years ago)
- Last Synced: 2025-02-11T15:42:13.722Z (4 months ago)
- Language: HTML
- Homepage: https://antelle.net/url-parser
- Size: 10.7 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# URL Parser
This is a tool that allows you to parse and change URL parts:
- protocol
- hostname
- pathname
- anchor
- query string parameters
- ...and everything else## Link
See it in action: [antelle.net/url-parser](https://antelle.net/url-parser/)
## References
- [MDN: What is a URL](https://developer.mozilla.org/en-US/docs/Learn/Common_questions/What_is_a_URL)
- [LS: URL](https://url.spec.whatwg.org)## License
[MIT](LICENSE.md)