aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorVarunram Ganesh <[email protected]>2019-10-02 09:59:20 +0530
committerGitHub <[email protected]>2019-10-02 09:59:20 +0530
commitad7b97624c4986b6eaa32b43666c28955e7c5753 (patch)
tree23b984595fd5f9ae920a9280d176dc11c530a9fc /README.md
parentbda6de13851e4bfd03d5a987d5941bf2f326b5b9 (diff)
parent6769d98a961930537bb48a4bda1df89bfd5070cf (diff)
downloadawesome-regex-ad7b97624c4986b6eaa32b43666c28955e7c5753.tar.xz
awesome-regex-ad7b97624c4986b6eaa32b43666c28955e7c5753.zip
Add Strings to RegEx
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index 9f9f695..a88de89 100644
--- a/README.md
+++ b/README.md
@@ -74,6 +74,7 @@ Sharing, suggestions and contributions are always welcome! Please take a look at
- [RegexGenerator](https://github.com/MaLeLabTs/RegexGenerator) - A tool for generating regular expressions for text extraction (by @MaLeLabTs)
- [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.
## Learning