Slide 51
Slide 51 text
Date Match!
2. Start with a simple expression (cont)
When you see the same classes repeated, you can simplify!
/October [1-2]?[0-9], [123][0-9]{3}/
Now, match October's abbreviation.
/(October|Oct\.) [1-2]?[0-9], [123][0-9]{3}/