Home > Computers > Programming > Languages > Regular Expressions > Perl
Perl regular expressions are text strings formed in a particular syntax that is used in the Perl programming language for searching text patterns within text.
http://www.anaesthetist.com/mnm/perl/Findex.htm
Tutorial. Covers basic syntax, tricks and traps.
http://search.cpan.org/search?query=regexp&mode=module
Collection of regex modules. Includes documentation and download.
http://www.equinoxbase.com/p5p6regconv/
Online application. Converts Perl 5 regexps for Perl 6.
http://perl.plover.com/Regex/
Collection of Perl regex resources. Includes tutorial, slideshow, class summary, code modules, PDF e-book.
http://www.hakank.org/makeregex/
Perl module that creates regular expressions from word lists. Includes tester, instructions and download.
http://www.erudil.com/preqr.pdf
One-page cheat sheet. Contains tables of syntax elements such as character classes, quantifiers and modifiers.
http://www.troubleshooters.com/codecorn/littperl/perlreg.htm
Tutorial. Covers matching, replacing and sample problems such as matching a file path's double dots.
http://www.somacon.com/p127.php
Basic introduction to Perl regex. Includes examples and partial syntax reference.
http://perldoc.perl.org/search.html?q=regular+expressions
Regex resources on the official Perl site. Includes manual pages, tutorials and FAQs.
http://www.perlfect.com/articles/regextutor.shtml
Online regex tester. Displays matches in bold.
Home > Computers > Programming > Languages > Regular Expressions > Perl
Thanks to DMOZ, which built a great web directory for nearly two decades and freely shared it with the web. About us