diff --git a/cheat_sheets/regular-expressions.md b/cheat_sheets/regular-expressions.md new file mode 100644 index 0000000..9457067 --- /dev/null +++ b/cheat_sheets/regular-expressions.md @@ -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)