Create some kind of supplemental kata/code/project that demonstrates how to use regex.
Things that I think could be useful to emphasize,
- How to use Rubular
- Why parsing web content with regex is a bad pattern.
- Introduce some of the more useful regex-ish methods
.match() .sub()