in reply to pattern-matching examples

I think the last example /\d{3}-\d{4} should really be /\d{3} -\d{4}/

I figure a newbie may get confused if they try this one...