rex
Regex builder
A flexible regular expression builder for Go.
Flexible regular expressions constructor for Golang.
196 stars
3 watching
5 forks
Language: Go
last commit: about 1 month ago
Linked from 2 awesome lists
builder-patternconstructordsldsl-syntaxgogolangregexpregexp-builderregular-expressionregular-expressions
Related projects:
Repository | Description | Stars |
---|---|---|
mingrammer/commonregex | A collection of reusable regular expression functions for text processing in Go. | 895 |
alixaxel/genex | A tool to generate all possible strings that a given regex pattern can match | 77 |
oriser/regroup | A library to automatically match and parse regular expression groups into Go structs with various options. | 147 |
verbalexpressions/rubyverbalexpressions | A Ruby library that helps to construct complex regular expressions | 144 |
yyytcool/rexx | A human-readable regex library with structured syntax and variable support. | 2 |
a-n-t-h-o-n-y/regexplore | A live regular expression testing environment built with curses. | 8 |
alexflint/go-restructure | Enables regular expressions to be defined as struct fields and captures sub-expressions into those fields | 591 |
verbalexpressions/cppverbalexpressions | A C++ library for constructing complex regular expressions with a simple and intuitive API. | 382 |
ron4fun/srl-cpp | A C++11 library for constructing regular expressions with ease and flexibility. | 0 |
maxart2501/re-build | A tool to help build and understand regular expressions by breaking them down into natural language | 477 |
zach-klippenstein/goregen | A library for generating random strings from regular expressions. | 90 |
verbalexpressions/csharpverbalexpressions | A C# library for constructing regular expressions with a more readable and intuitive syntax. | 1,173 |
weshguillaume/verbal-exprejon | A Clojure library to create complex regex patterns without using regex syntax | 93 |
drup/tyre | A system for building type-safe regular expressions with automatic extraction and modification of matched groups | 171 |
wyantb/js-regex | A JavaScript library for building and manipulating regular expressions in a more readable and maintainable way. | 67 |