JavaVerbalExpressions

Regex builder

A Java library that simplifies the construction of complex regular expressions

Java regular expressions made easy.

GitHub

3k stars
101 watching
243 forks
Language: Java
last commit: 21 days ago
Linked from 1 awesome list


Backlinks from these awesome lists:

Related projects:

Repository Description Stars
verbalexpressions/phpverbalexpressions A PHP library to construct complex regular expressions with an intuitive syntax and human-readable definition format. 2,410
verbalexpressions/jsverbalexpressions A JavaScript library to construct regular expressions in a simple and intuitive way 12,172
verbalexpressions/rubyverbalexpressions A Ruby library that helps to construct complex regular expressions 144
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
verbalexpressions/pythonverbalexpressions A Python module providing an easy-to-use interface for creating and manipulating regular expressions 1,634
verbalexpressions/swiftverbalexpressions A Swift library for constructing regular expressions and string replacements 595
ziishaned/learn-regex An introduction to regular expressions with explanations and examples. 45,672
verbalexpressions/cppverbalexpressions A C++ library for constructing complex regular expressions with a simple and intuitive API. 382
cjex/regulex A JavaScript tool for parsing and visualizing regular expressions 5,719
verbalexpressions/csharpverbalexpressions A C# library for constructing regular expressions with a more readable and intuitive syntax. 1,173
rust-lang/regex An implementation of regular expressions for Rust. 3,544
verbalexpressions/qtverbalexpressions A Qt-based library for pattern matching and text validation using regular expressions 64
ryan-endacott/verbal_expressions Ruby library to construct regular expressions from natural language 571
johannesvollmer/regex-nodes An editor that provides a visual interface to construct and edit regular expressions for use in JavaScript code. 35
dmitrysoshnikov/regexp-tree Tools and APIs for parsing, manipulating, and executing regular expressions in JavaScript 401