diff options
| author | David Corson-Knowles <[email protected]> | 2017-09-16 02:45:45 -0700 |
|---|---|---|
| committer | Alois <[email protected]> | 2017-09-16 11:45:45 +0200 |
| commit | 916a427dbac6370977c2cc956995f22d60902e0e (patch) | |
| tree | d748bc0d974207dda3cb432c8be79e13970dca30 | |
| parent | 4f6669a65f2201ebc254c7a8c1f4f15ffe0ee883 (diff) | |
| download | awesome-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.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |
