diff options
| author | José Carlos García <[email protected]> | 2016-12-21 21:02:38 +0100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2016-12-21 21:02:38 +0100 |
| commit | 2eb68ecdb866bce7419496c58cd00c7063f888ad (patch) | |
| tree | 7af915d0596a0dcf9274d1e52ae3d902289bf122 /README.md | |
| parent | e0a1c9412f8fda50164266fe6912a07c8fbccb83 (diff) | |
| download | awesome-regex-2eb68ecdb866bce7419496c58cd00c7063f888ad.tar.xz awesome-regex-2eb68ecdb866bce7419496c58cd00c7063f888ad.zip | |
Added regexgen
Generates regular expressions that match a set of strings.
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -85,6 +85,7 @@ Sharing, suggestions and contributions are always welcome! Please take a look at - [Go-Restructure](https://github.com/alexflint/go-restructure) - Match regular expressions into struct fields in Go (by @alexflint) [js](https://github.com/benjamingr/js-restructure) [C#](https://gist.github.com/benjamingr/4de21494b3e76088e5f7) - [VerbalExpressions](https://github.com/VerbalExpressions) - VerbalExpressions is a cross-language library that helps to construct difficult regular expressions. - [RE2](https://github.com/google/re2) - RE2 is a fast, safe, thread-friendly alternative to backtracking regular expression engines like those used in PCRE, Perl, and Python. It is a C++ library. +- [regexgen](https://github.com/devongovett/regexgen) - Generates regular expressions that match a set of strings. ## Collections |
