Skip to content

Commit

Permalink
Add RegexLearn.com (#87)
Browse files Browse the repository at this point in the history
  • Loading branch information
aykutkardas authored Oct 4, 2022
1 parent 1cd3aef commit 1b7903b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand All @@ -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

Expand Down Expand Up @@ -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

Expand Down

0 comments on commit 1b7903b

Please sign in to comment.