Regular Expressions - part 2

  1. Optional character
  2. Regex match 0 or more (the * quantifier)
  3. Quantifiers
  4. Quantifiers limit
  5. Quantifiers on character classes
  6. Greedy quantifiers
  7. Minimal quantifiers
  8. Anchors
  9. Anchors with mulitline
  10. Anchors on both end
  11. Match ISBN numbers
  12. Matching a section
  13. Matching a section - minimal
  14. Matching a section negated character class