RubyVerbalExpressions
Regex builder
A Ruby library that helps to construct complex regular expressions
Make difficult regular expressions easy! For updates, please check the original repo - https://github.com/ryan-endacott/verbal_expressions
144 stars
26 watching
2 forks
Language: Ruby
last commit: over 11 years ago Related projects:
Repository | Description | Stars |
---|---|---|
ryan-endacott/verbal_expressions | Ruby library to construct regular expressions from natural language | 571 |
verbalexpressions/csharpverbalexpressions | A C# library for constructing regular expressions with a more readable and intuitive syntax. | 1,173 |
verbalexpressions/swiftverbalexpressions | A Swift library for constructing regular expressions and string replacements | 595 |
verbalexpressions/cppverbalexpressions | A C++ library for constructing complex regular expressions with a simple and intuitive API. | 382 |
verbalexpressions/pythonverbalexpressions | A Python module providing an easy-to-use interface for creating and manipulating regular expressions | 1,634 |
verbalexpressions/qtverbalexpressions | A Qt-based library for pattern matching and text validation using regular expressions | 64 |
learnbyexample/ruby_regexp | A comprehensive resource for learning Ruby Regular Expressions from beginner to advanced levels with examples and exercises. | 99 |
weshguillaume/verbal-exprejon | A Clojure library to create complex regex patterns without using regex syntax | 93 |
wyantb/js-regex | A JavaScript library for building and manipulating regular expressions in a more readable and maintainable way. | 67 |
a-n-t-h-o-n-y/regexplore | A live regular expression testing environment built with curses. | 8 |
hedhyw/rex | A flexible regular expression builder for Go. | 196 |
yyytcool/rexx | A human-readable regex library with structured syntax and variable support. | 2 |
maxart2501/re-build | A tool to help build and understand regular expressions by breaking them down into natural language | 477 |
mochizukikotaro/regex_sample | A Ruby gem that generates random strings based on regular expressions | 1 |
tom-lord/regexp-examples | A gem that generates random strings that match given regular expressions. | 520 |