Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Where can I find a collection regular expression exercises for Perl? [closed]

Tags:

regex

perl

I learned a lot of Perl RegEx syntax rules, but probably the only way to actually be able to write them is to do a bunch of 'RegEx' related exercises.

I looked over the other "Learn RegEx" threads on StackOverflow, but haven't found anything similar.

Is there any collection of such exercises? In form of book, HTML, with/without answers, it doesn't matter, just to keep me writing RegExes for a while.

like image 941
Jox Avatar asked Dec 22 '08 14:12

Jox


1 Answers

My books Learning Perl and Learning Perl Student Workbook each have regular expression exercises and answers.

like image 84
brian d foy Avatar answered Sep 21 '22 08:09

brian d foy