Rockingcool 3a3333b38a New features, changed character class behavior
I added support for hex values (eg. \x0F), octal values (eg. \012) and
extended hex values (eg. \x{000F2A}). I also expanded the abilities of
character clsses, to include things like escaped characters (eg. [aefp\)])
and character ranges _inside_ inverted character classes (eg. [^\w] which is
functionally equivalent to [\W]).
2025-01-19 21:26:56 -06:00
2024-10-22 14:35:36 -04:00
2024-11-03 14:38:46 -05:00
2024-10-22 21:02:09 -04:00
2024-10-22 14:35:16 -04:00
2024-12-18 15:22:43 -05:00
2025-01-03 19:18:00 -05:00
Description
An NFA-based regex engine with a library and command-line tool.
2.5 MiB
Languages
Go 75.7%
Python 24.2%
Makefile 0.1%