Regular expressions 2: Exercises
Test your knowledge of regular expressions (Perl version). Find the regex-string pairs that match. Assume CASE SENSITIVITY. References: - Vikram Vaswani and Harish Kamath: http://www.devshed.com/Server_Side/Administration/RegExp/ - Mastering Regular Expressions. Jeffrey E. F. Friedl, O'Reilly 1997 (Ch. 4: http://www.oreilly.com/catalog/regex/chapter/ch04.html ) - http://212.187.69.32/HenkS/Testaregex/index.html You could also try: Regular Expressions 1: Vocabulary ( http://www.quia.com/jg/71948.html )
|