diff options
| author | Aykut Kardaş <[email protected]> | 2022-10-04 14:22:05 +0300 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-10-04 13:22:05 +0200 |
| commit | 1b7903bb1fb3a91833012ac1823f31b934a26d69 (patch) | |
| tree | f52591a96fde1e2e90e7c3021931993c9a81cc98 | |
| parent | 1cd3aefb4bffac16de59769ece90361e291b3213 (diff) | |
| download | awesome-regex-1b7903bb1fb3a91833012ac1823f31b934a26d69.tar.xz awesome-regex-1b7903bb1fb3a91833012ac1823f31b934a26d69.zip | |
Add RegexLearn.com (#87)
| -rw-r--r-- | README.md | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -111,6 +111,7 @@ Sharing, suggestions and contributions are always welcome! Please take a look at - [Javascript.info - Regular expressions][d19] - Regular expressions section in The Modern JavaScript Tutorial - [Useful Regexes][d20] - [Teach Yourself Regular Expressions][d21] +- [Interactive Regex Tutorial][d22] - Learn Regex step by step, from zero to advanced. [d1]: http://en.wikipedia.org/wiki/Regular_expression [d2]: http://regex.learncodethehardway.org/book/ @@ -133,6 +134,7 @@ Sharing, suggestions and contributions are always welcome! Please take a look at [d19]: https://javascript.info/regular-expressions [d20]: https://atrilsolutions.zendesk.com/hc/en-us/articles/205539861-Useful-regular-expressions [d21]: http://rads.stackoverflow.com/amzn/click/0672325667 +[d22]: https://regexlearn.com/ ## Libraries @@ -215,6 +217,7 @@ Sharing, suggestions and contributions are always welcome! Please take a look at - [MIT Cheat Sheet](http://web.mit.edu/hackl/www/lab/turkshop/slides/regex-cheatsheet.pdf) - [Java Cheat Sheet](https://zeroturnaround.com/rebellabs/java-regular-expressions-cheat-sheet/) - [JavaScript Cheat Sheet](https://www.debuggex.com/cheatsheet/regex/javascript) +- [RegexLearn Cheat Sheet](https://regexlearn.com/cheatsheet) # Other awesome lists |
