ctf-primer
ctf-primer copied to clipboard
Add chapter on regular expressions
This chapter covers regular expressions (regex) in a bit more detail to help with forensics challenges and practicing Python.
Outline
-
Common Use Cases
-
Basic Syntax
-
Literal & Meta characters
-
Regex in Python