• Note that unlike globs, o* here matches 'ooo' but not 'oscar'
  • Problematic code:
  • Correct code:
  • Rationale:
  • Exceptions