aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDrew Keller <[email protected]>2019-10-01 23:03:41 -0500
committerDrew Keller <[email protected]>2019-10-01 23:03:41 -0500
commit24e34428963ec433fc7a6242e0c13930ebcacbe4 (patch)
tree03188de5cb11fa20c9f800874b5a2f2b859301a5
parent0c6fdcb548c82f440302e8b2eb72508b10d4e203 (diff)
downloadawesome-regex-24e34428963ec433fc7a6242e0c13930ebcacbe4.tar.xz
awesome-regex-24e34428963ec433fc7a6242e0c13930ebcacbe4.zip
Add RegEx to Strings
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index fb63cc9..9f9f695 100644
--- a/README.md
+++ b/README.md
@@ -59,6 +59,7 @@ Sharing, suggestions and contributions are always welcome! Please take a look at
- [HiFi Regex Tester](http://www.gethifi.com/tools/regex) - Live JavaScript Regular Expression Tester.
- [Regex Hero](http://regexhero.net/tester/) - .NET online Regex tester.
- [Regex Storm](http://regexstorm.net/tester) - .NET Regex tester with highlighting and detailed results output.
+- [RegEx to Strings](https://www.wimpyprogrammer.com/regex-to-strings/) - JavaScript library and online tool to generate strings that a regular expression would match.
- [RegexPal](http://www.regexpal.com) - JavaScript + PCRE online tester.
- [RegexTester](http://www.regextester.com) - Regular Expression Tester with highlighting for Javascript and PCRE.
- [Free Formatter](http://www.freeformatter.com/regex-tester.html) - Free online Regex tester.