Create regular-expressions.md

This commit is contained in:
Omar Santos 2020-03-22 17:17:31 -04:00 committed by GitHub
parent 27a7d10e6c
commit 1b5ea42cd0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -0,0 +1,6 @@
# Regular Expression Cheat Sheets and Resources
- [ Regular Expression Cheat Sheet](https://web.mit.edu/hackl/www/lab/turkshop/slides/regex-cheatsheet.pdf)
- [Quick-Start: Regex Cheat Sheet](https://www.rexegg.com/regex-quickstart.html)
- [RegexR - Generate Regular Expressions](https://regexr.com)
- [RegexOne Exercises](https://regexone.com)
- [Regex Crossword](https://regexcrossword.com)