aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Corson-Knowles <[email protected]>2017-09-16 02:45:45 -0700
committerAlois <[email protected]>2017-09-16 11:45:45 +0200
commit916a427dbac6370977c2cc956995f22d60902e0e (patch)
treed748bc0d974207dda3cb432c8be79e13970dca30
parent4f6669a65f2201ebc254c7a8c1f4f15ffe0ee883 (diff)
downloadawesome-regex-916a427dbac6370977c2cc956995f22d60902e0e.tar.xz
awesome-regex-916a427dbac6370977c2cc956995f22d60902e0e.zip
Add Simple Regex and RegExTranslator.com (#49)
* Add Simple Regex and RegExTranslator.com Tools for translating and composing regex in English * Add RegexTranslator - [RegexTranslator](https://www.regextranslator.com/) - A web app to decode regex into plain English. You can edit in either language and translate both ways. * Move RegExTranslator to Explanation category As requested
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index 0f78a1f..4814a46 100644
--- a/README.md
+++ b/README.md
@@ -132,6 +132,7 @@ Sharing, suggestions and contributions are always welcome! Please take a look at
## Explanation
+- [RegexTranslator](https://www.regextranslator.com/) - A web app to decode regex into plain English. You can edit it and translate back
- [Explain.pl](http://rick.measham.id.au/paste/explain.pl) - Explain Regular Expressions
## Exercise