Web Design Tutorials and Articles: Regex Modifiers in Perl

By Chrysanthus - About Me - E-mail this page - Add to My Favorites - Add to Blog List - See other blogs in Computers & Internet

Wednesday, April 8, 2009

Regex Modifiers in Perl

Regular Expressions in Perl for the Novice – Part 5 Introduction This is the fifth part of my series, Regular Expressions in Perl for the Novice. Matching is case sensitive. You may not know if what you are looking for is in lower case or upper case or has mixed cases. It is possible for you to make a case insensitive match. You need what is called a modifier for this. There are modifiers to do other things. We shall learn some of them in this part of the series. The i Modifier By default,... Sign in to see full entry.

Previous: Regex Groupings in Perl - New Entries - Next: Building a Regular Expression in Perl

Headlines (What is this?)