diff options
| author | Pavlos Vinieratos <[email protected]> | 2022-07-14 15:35:57 +0300 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-07-14 14:35:57 +0200 |
| commit | 1cd3aefb4bffac16de59769ece90361e291b3213 (patch) | |
| tree | 5faf38877efeb1b9bad1201041f3e1711660762a | |
| parent | b61949322078c9f58373d62e3b70c46fe7b555e7 (diff) | |
| download | awesome-regex-1cd3aefb4bffac16de59769ece90361e291b3213.tar.xz awesome-regex-1cd3aefb4bffac16de59769ece90361e291b3213.zip | |
Add autoregex (#86)
| -rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -82,6 +82,7 @@ Sharing, suggestions and contributions are always welcome! Please take a look at - [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. +- [AutoRegex](https://www.autoregex.xyz/home) - English <-> Regex from an AI. ## Security |
