aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndriy Orehov <[email protected]>2020-08-06 22:57:55 +0300
committerVarunram Ganesh <[email protected]>2020-10-14 17:05:28 -0400
commitbe6cf5480b66e2d8587be877d4d910498d817deb (patch)
treef69ae0daddb6c82096f4558825db8acd56e4760b
parent7d5e87379399fc559994d5156a19ba0dc6dc11c7 (diff)
downloadawesome-regex-be6cf5480b66e2d8587be877d4d910498d817deb.tar.xz
awesome-regex-be6cf5480b66e2d8587be877d4d910498d817deb.zip
Add grex to generators
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index 6d81ddf..9cb87b7 100644
--- a/README.md
+++ b/README.md
@@ -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