This repository contains exercises, sample data, and answer sheets for a 3-session Regex workshop.
| Session | Topics | Output skills | 
|---|---|---|
| 1 | Metacharacters, character classes, quantifiers, anchors | Basic matching, simple cleanup operations | 
| 2 | Capturing groups, named groups, alternation, lookarounds | Extracting structured data from messy text | 
| 3 | Multiline, DOTALL, backreferences, performance | Validations, automation, debugging patterns | 
Participants can use any of the following:
- PowerShell
- Python (remodule)
- Bash (grep -E,sed,awk)
Each workshop folder includes:
- exercises.md(assignments)
- answers.md(hints + slow reveal)
- samples/input data files
Each workshop finishes with a challenge exercise.
Feel free to contribute improvements or report issues!