views:

50

answers:

1

Apart from what is available in the books about Regular Expressions, are there any web sites / blogs series / etc. with a bunch of exercises that are somehow more "real world" that the ones in most of the books?

My specific problem is that currently I don't have specific needs / areas where I can exercise what I've learned about RegEx, and yet somehow I want to exercise more even with some other applications like other people's examples... Or writing a simple program for processing some text that can be implemented by heavily using RegEx?

Thanks in advance

+2  A: 

If you like hardcore regexes, you can take a look at @PolygeneLubricants articles :

Don't forget to follow the links in these articles, you'll see more interesting posts.

Colin Hebert