aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVarunram Ganesh <[email protected]>2019-10-25 09:14:25 +0530
committerGitHub <[email protected]>2019-10-25 09:14:25 +0530
commit5e3026aed35c12b39b30aedf9c30a54f3c525175 (patch)
treee2971b1f8e521cd3cf55f51e518fbec38ce7f213
parentad7b97624c4986b6eaa32b43666c28955e7c5753 (diff)
downloadawesome-regex-5e3026aed35c12b39b30aedf9c30a54f3c525175.tar.xz
awesome-regex-5e3026aed35c12b39b30aedf9c30a54f3c525175.zip
add Regex Guide to generators list.
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index a88de89..91227aa 100644
--- a/README.md
+++ b/README.md
@@ -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