Perl lets you make part of your regular expression case-insensitive by using the (? i:) pattern modifier . Modern regex flavors allow you to apply modifiers to only part of the regular expression.
Perl lets you make part of your regular expression case-insensitive by using the (? i:) pattern modifier . Modern regex flavors allow you to apply modifiers to only part of the regular expression.