From 1b5ea42cd0d377c4935acfa8677ee3cf3a078ce7 Mon Sep 17 00:00:00 2001 From: Omar Santos Date: Sun, 22 Mar 2020 17:17:31 -0400 Subject: [PATCH] Create regular-expressions.md --- cheat_sheets/regular-expressions.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 cheat_sheets/regular-expressions.md 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)