cyber-security-resources/cheat_sheets/regular-expressions.md

7 lines
392 B
Markdown
Raw Normal View History

2020-03-22 21:17:31 +00:00
# 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)