Bucktown Bell

Cut to the chase.

Main menu

Skip to primary content
Skip to secondary content
  • Home
  • Baseball Handbook

Post navigation

← Previous Next →

Perl Regular Expressions

Posted on April 22, 2012 by mea

Now what if you want the comparison to be case insensitive? All you do is add the letter i after the ending delimiter:

$string =~ m/^sought_text$/i;

via Perl Regular Expressions.

This entry was posted in Development and tagged perl, regexp by mea. Bookmark the permalink.
Proudly powered by WordPress