Jun 052010
Perl Regular Expression Cheat Sheet

Do you want or need to modify your htaccess file or other script requiring regular expressions? Are you confused by syntax such as ^abc|abc$ or ab{2,4}c? Don’t worry you are not alone. I’ve created the “Perl Regular Expression Cheat Sheet” to help both of us. This document presents a quick tabular summary of the regular expression syntax in Perl, with examples. The methods used here are also the methods you will need for manipulating your htaccess files (tutorial on its way within the next week).




