diff options
| author | Varunram Ganesh <[email protected]> | 2019-10-25 09:14:25 +0530 |
|---|---|---|
| committer | GitHub <[email protected]> | 2019-10-25 09:14:25 +0530 |
| commit | 5e3026aed35c12b39b30aedf9c30a54f3c525175 (patch) | |
| tree | e2971b1f8e521cd3cf55f51e518fbec38ce7f213 | |
| parent | ad7b97624c4986b6eaa32b43666c28955e7c5753 (diff) | |
| download | awesome-regex-5e3026aed35c12b39b30aedf9c30a54f3c525175.tar.xz awesome-regex-5e3026aed35c12b39b30aedf9c30a54f3c525175.zip | |
add Regex Guide to generators list.
| -rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -75,6 +75,7 @@ Sharing, suggestions and contributions are always welcome! Please take a look at - [Gamon's numberic range generator](http://gamon.webfactional.com/regexnumericrangegenerator/) - Regex Numeric Range Generator, when you need to match an integer range. - [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. ## Learning |
