genex
Regex expander
A tool to generate all possible strings that a given regex pattern can match
Genex package for Go
77 stars
5 watching
8 forks
Language: Go
last commit: almost 5 years ago
Linked from 2 awesome lists
genexgogolangregexregular-expression
Related projects:
Repository | Description | Stars |
---|---|---|
mingrammer/commonregex | A collection of reusable regular expression functions for text processing in Go. | 895 |
hedhyw/rex | A flexible regular expression builder for Go. | 196 |
a-n-t-h-o-n-y/regexplore | A live regular expression testing environment built with curses. | 8 |
oriser/regroup | A library to automatically match and parse regular expression groups into Go structs with various options. | 147 |
zach-klippenstein/goregen | A library for generating random strings from regular expressions. | 90 |
imagibee/gigantor | A high-performance regular expression search and replace library designed to handle large files and streams efficiently | 21 |
ambrevar/golua | Adds Unicode support to Lua's string functions by replacing patterns with Go regexps | 4 |
0xsobky/regaxor | A tool to test and detect issues with regular expressions by fuzzing them with random input data. | 43 |
ogulcan/swiftregex | A Swift-based playground project providing tools and examples to learn regular expressions | 12 |
yyytcool/rexx | A human-readable regex library with structured syntax and variable support. | 2 |
alexflint/go-restructure | Enables regular expressions to be defined as struct fields and captures sub-expressions into those fields | 591 |
kasei/swiftregex | Implementation of a Perl-like regex =~ operator in Swift | 112 |
boostorg/regex | A comprehensive C++ regular expression library with advanced features and compiler defect workarounds. | 84 |
lukeed/regexparam | A utility for converting route patterns into regular expressions | 568 |
tom-lord/regexp-examples | A gem that generates random strings that match given regular expressions. | 520 |