-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Description
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()
Reactions are currently unavailable