PythonVerbalExpressions
Regex toolkit
A Python module providing an easy-to-use interface for creating and manipulating regular expressions
Python regular expressions made easy
2k stars
77 watching
115 forks
Language: Python
last commit: 7 months ago
Linked from 1 awesome list
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/cppverbalexpressions | A C++ library for constructing complex regular expressions with a simple and intuitive API. | 382 |
verbalexpressions/csharpverbalexpressions | A C# library for constructing regular expressions with a more readable and intuitive syntax. | 1,173 |
verbalexpressions/qtverbalexpressions | A Qt-based library for pattern matching and text validation using regular expressions | 64 |
cezheng/pyswiftyregex | A framework that simplifies the use of regular expressions in Swift by providing a Pythonic API | 230 |
ogulcan/swiftregex | A Swift-based playground project providing tools and examples to learn regular expressions | 12 |
ryan-endacott/verbal_expressions | Ruby library to construct regular expressions from natural language | 571 |
learnbyexample/py_regular_expressions | A comprehensive resource for learning Python regular expressions | 1,768 |
a-n-t-h-o-n-y/regexplore | A live regular expression testing environment built with curses. | 8 |
yyytcool/rexx | A human-readable regex library with structured syntax and variable support. | 2 |
weshguillaume/verbal-exprejon | A Clojure library to create complex regex patterns without using regex syntax | 93 |
dmitrysoshnikov/regexp-tree | Tools and APIs for parsing, manipulating, and executing regular expressions in JavaScript | 401 |
sindresorhus/regex | A wrapper around NSRegularExpression to simplify regular expression usage in Swift | 331 |
nasciiboy/recursiveregexpraptor-4 | A C-language regular expression engine designed for speed and simplicity. | 10 |