• 00:00 Regular Expressions (part II)
  • 00:35 Quantifier limit
  • 03:39 Quantifiers on character classes
  • 05:35 Greedy Quantifiers
  • 09:16 Minimal quantifiers
  • 13:35 Anchors
  • 18:10 Anchors - edge of word
  • 24:47 Match ISBN numbers
  • 30:53 Matching a section (minimal match, negated character class)
  • 35:04 DOTALL (single line)
  • 37:55 MULTILINE
  • 42:15 Two regex with logical or
  • 43:20 Alternatives |
  • 43:57 Grouping and Alternatives
  • 45:02 Regex internal variables
  • 52:00 Regex to match DNA
  • 56:40 IGNORECASE
  • 56:54 VERBOSE
  • 1:00:20 Substitution
  • 1:05:35 Fixing dates
  • 1:10:10 Double the numbers (duplicate)
  • 1:13:37 Remove spaces
  • 1:14:00 Replace string in Assembly code
  • 1:23:56 Split with regex
  • 1:26:20 Exercises