« A few easy ways to spot dates, times, phone numbers and prices I | Main | More resources on mining information from plain text »

Comments

Josh Fraser

Pete,

Great post. I love what you're doing.

I took your email regexp and modified it to make it case-insensitive:

[a-zA-Z0-9._%+-]+@[a-zA-Z0-9.-]+.[a-zA-Z]{2,4}

Pete Warden

Thanks Josh, that's a very good point. I forgot because I'm testing all of these REs with the i modifier to make them case-insensitive, but it's better to specify them the way you do.

The comments to this entry are closed.