verbal_expressions
Expression builder
Ruby library to construct regular expressions from natural language
Make difficult regular expressions easy! Ruby port of the awesome VerbalExpressions repo - https://github.com/jehna/VerbalExpressions
571 stars
13 watching
26 forks
Language: Ruby
last commit: almost 2 years ago
Linked from 2 awesome lists
Related projects:
Repository | Description | Stars |
---|---|---|
verbalexpressions/rubyverbalexpressions | A Ruby library that helps to construct complex regular expressions | 144 |
verbalexpressions/swiftverbalexpressions | A Swift library for constructing regular expressions and string replacements | 595 |
verbalexpressions/csharpverbalexpressions | A C# library for constructing regular expressions with a more readable and intuitive syntax. | 1,173 |
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 |
a-n-t-h-o-n-y/regexplore | A live regular expression testing environment built with curses. | 8 |
weshguillaume/verbal-exprejon | A Clojure library to create complex regex patterns without using regex syntax | 93 |
learnbyexample/ruby_regexp | A comprehensive resource for learning Ruby Regular Expressions from beginner to advanced levels with examples and exercises. | 99 |
hedhyw/rex | A flexible regular expression builder for Go. | 196 |
dmitrysoshnikov/regexp-tree | Tools and APIs for parsing, manipulating, and executing regular expressions in JavaScript | 401 |
yohasebe/rsyntaxtree | Generates graphical syntax trees for linguistic research using Ruby | 100 |
sindresorhus/regex | A wrapper around NSRegularExpression to simplify regular expression usage in Swift | 331 |
excavador/rebar3_neotoma_plugin | Compiles and executes parser expressions in the neotoma language | 2 |
tom-lord/regexp-examples | A gem that generates random strings that match given regular expressions. | 520 |