url-parser
URL parser
A tool for parsing and extracting specific parts of URLs from command-line input.
A command-line URL parser, written in Go
11 stars
1 watching
3 forks
Language: Go
last commit: over 7 years ago
Linked from 1 awesome list
command-line-toolgogolangparserurlurl-parser
Related projects:
Repository | Description | Stars |
---|---|---|
gernest/url | A URL parser library designed to be compatible with RFC 3986 standards and written in the Zig programming language. | 6 |
golgote/neturl | URL parser and builder library with normalization, path segmentation, and query string handling capabilities | 252 |
brunobernardino/shurley | A tool for parsing and normalizing URLs with potential errors or typos | 6 |
mvdan/xurls | A tool to extract URLs from text using regular expressions in the Go programming language. | 1,187 |
unshiftio/url-parse | A small footprint URL parser that works in both browser and Node.js environments. | 1,029 |
hetiansu5/urlquery | A URL query string encoder and parser written in Go. | 60 |
s0rg/crawley | A utility for systematically extracting URLs from web pages and printing them to the console. | 263 |
gesistsa/adar | A fast and compliant URL parser written in C++ | 26 |
s-m-i-t-a/database_url | A module to parse and normalize database URLs for use in Elixir applications. | 9 |
go-playground/form | A Go package for encoding and decoding URL parameters into structured data types | 773 |
patternhelloworld/url-knife | A JavaScript library to extract and decompose URLs in texts with robust patterns, including email addresses. | 341 |
snd/url-pattern | A small, fast, and customizable JavaScript library for parsing URLs and string patterns. | 585 |
gamache/fuzzyurl.ex | A library for parsing and manipulating URLs in Elixir with fuzzy matching capabilities. | 20 |
mikhus/domurl | A lightweight JavaScript library for manipulating URLs | 541 |
alexflint/go-arg | Provides a structured approach to parsing command-line arguments in Go | 2,032 |