diff options
| author | Andriy Orehov <[email protected]> | 2020-08-06 22:57:55 +0300 |
|---|---|---|
| committer | Varunram Ganesh <[email protected]> | 2020-10-14 17:05:28 -0400 |
| commit | be6cf5480b66e2d8587be877d4d910498d817deb (patch) | |
| tree | f69ae0daddb6c82096f4558825db8acd56e4760b | |
| parent | 7d5e87379399fc559994d5156a19ba0dc6dc11c7 (diff) | |
| download | awesome-regex-be6cf5480b66e2d8587be877d4d910498d817deb.tar.xz awesome-regex-be6cf5480b66e2d8587be877d4d910498d817deb.zip | |
Add grex to generators
| -rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -78,6 +78,7 @@ Sharing, suggestions and contributions are always welcome! Please take a look at - [rgxg](https://rgxg.github.io) - Command line tool to generate Regex - [Strings to RegEx](https://www.wimpyprogrammer.com/strings-to-regex/) - JavaScript library and online tool to generate a regular expression that matches strings. - [Regex Guide](https://regex.guide/playground) - Plain Text to Regex Generator. +- [grex](https://github.com/pemistahl/grex) - A command-line tool and library for generating regular expressions from user-provided test cases. ## Learning |
