lpeg_patterns
URI parsers
A collection of Lua-based parser patterns for validating and parsing various types of URIs, IPv4 and IPv6 addresses.
A collection of LPEG patterns
121 stars
9 watching
7 forks
Language: Lua
last commit: over 2 years ago
Linked from 1 awesome list
lpegluaparseruriuri-parserurl
Related projects:
Repository | Description | Stars |
---|---|---|
sacek/lpeglj | A Lua implementation of a LPeg parser for pattern matching | 109 |
mpeterv/argparse | A feature-rich command line parser for Lua | 266 |
daurnimator/lredis | A Redis client library written in Lua for interacting with a Redis server | 42 |
pygy/lulpeg | A Lua implementation of a Parsing Expression Grammar library | 254 |
akamai/luda | Develops real-time URL-based malware detection system using regexes and clustering | 74 |
thephpleague/uri | A PHP library for manipulating and parsing URIs according to various standards | 1,045 |
harningt/luajson | A JSON parser and encoder library for the Lua programming language. | 251 |
daurnimator/zig-autolua | A tool for generating a Lua binding for the Zig programming language. | 22 |
bungle/lua-resty-postal | A Lua library providing statistical parsing and normalization of street addresses using a fast parser/normalizer | 10 |
andremm/lua-parser | A Lua parser written with LPegLabel that generates an abstract syntax tree (AST) for parsing Lua 5.3 code | 193 |
marcelog/ex_rfc3986 | An Elixir implementation of the URI parsing rules defined in RFC3986 | 10 |
daurnimator/lua-http | A Lua HTTP library providing support for HTTP(S) versions 1.0, 1.1 and 2, including client and server functionality. | 808 |
thephpleague/uri-interfaces | An interface for representing URI objects according to RFC 3986 | 472 |
doujiang24/lua-resty-ini | Provides an ini parser for a Lua-based web framework | 49 |
uriparser/uriparser | A C library for parsing and handling Uniform Resource Identifiers (URIs) in a strict RFC 3986 compliant manner. | 339 |