aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDrew Keller <[email protected]>2019-10-01 23:09:03 -0500
committerDrew Keller <[email protected]>2019-10-01 23:09:03 -0500
commit6769d98a961930537bb48a4bda1df89bfd5070cf (patch)
treecb20666935acbb0ff119abdc24ec48a9ac73be54
parent0c6fdcb548c82f440302e8b2eb72508b10d4e203 (diff)
downloadawesome-regex-6769d98a961930537bb48a4bda1df89bfd5070cf.tar.xz
awesome-regex-6769d98a961930537bb48a4bda1df89bfd5070cf.zip
Add Strings to RegEx
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index fb63cc9..c91a522 100644
--- a/README.md
+++ b/README.md
@@ -73,6 +73,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