- Exercise: parse perl file - video
- Exercise: parse INI file - video
- Exercise: parse hours log file and create time report - video
- Solution: sort SNMP numbers - video
- Exercise: sort SNMP numbers - video
- Solution: split path - filename/dirname - video
- Exercise: split path - filename/dirname - video
- Solution: split HTTP using Regex - video
- Exercise: split HTTP GET request - video
- Fixing dates using Regexes - video
- split with regex - video
- Fixing Assembly with Perl - video
- trim - video
- Minimal Regex Matching - video
- Greedy regex quantifiers - video
- Global substitution with regexes - video
- substitution - video
- /x modifier for verbose regexes - video
- Single-line regexes using /s - video
- multiple lines in regexes - video
- Case insensitive regexes - video
- m-for-matching - video
- Exercise: Roman numbers - video
- Solution: hexa, octal, binary - video
- Exercise: hexa, octal, binary - video
- Solution: Match numbers with regex - video
- Exercise: Match numbers with regex - video
- Special character classes - video
- More about Character classes - video
- Regex Anchors - video
- Regex Alternatives - video
- Solution: regexes 3 - video
- Solution: regexes 2 - video
- Quantifiers on Character classes - video
- Any number of any characters - video
- Optional Characters - video
- Negated character class - video
- Character classes - video
- Match any character - video
- Single character match - video
- Finding a string in a file - video
- Simple use of Regexes - video
- Were can I use Regexes - video
- Regexes - video