JSVerbalExpressions
Regex builder
A JavaScript library to construct regular expressions in a simple and intuitive way
JavaScript Regular expressions made easy
12k stars
257 watching
504 forks
Language: JavaScript
last commit: 4 months ago
Linked from 1 awesome list
javascript-regular-expressionsverbalexpressions
Related projects:
Repository | Description | Stars |
---|---|---|
verbalexpressions/javaverbalexpressions | A Java library that simplifies the construction of complex regular expressions | 2,622 |
verbalexpressions/phpverbalexpressions | A PHP library to construct complex regular expressions with an intuitive syntax and human-readable definition format. | 2,410 |
verbalexpressions/rubyverbalexpressions | A Ruby library that helps to construct complex regular expressions | 144 |
ryan-endacott/verbal_expressions | Ruby library to construct regular expressions from natural language | 571 |
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/pythonverbalexpressions | A Python module providing an easy-to-use interface for creating and manipulating regular expressions | 1,634 |
cjex/regulex | A JavaScript tool for parsing and visualizing regular expressions | 5,719 |
jsdoc/jsdoc | An API documentation generator for JavaScript. | 15,053 |
dmitrysoshnikov/regexp-tree | Tools and APIs for parsing, manipulating, and executing regular expressions in JavaScript | 401 |
mgechev/javascript-algorithms | Implementations of computer science algorithms in JavaScript. | 7,838 |
learnbyexample/learn_js_regexp | A comprehensive resource for learning JavaScript regular expressions | 112 |
devongovett/regexgen | Generates regular expressions from a set of input strings by building a trie and converting it to a regex using Brzozowski's algebraic method | 3,344 |
slevithan/xregexp | An extended JavaScript regular expression utility with modern syntax and flags beyond native browser support. | 3,306 |