mirror of
https://github.com/The-Art-of-Hacking/h4cker
synced 2024-11-22 02:43:02 +00:00
Create regular-expressions.md
This commit is contained in:
parent
27a7d10e6c
commit
1b5ea42cd0
1 changed files with 6 additions and 0 deletions
6
cheat_sheets/regular-expressions.md
Normal file
6
cheat_sheets/regular-expressions.md
Normal 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)
|
Loading…
Reference in a new issue