- or download this
while($string=~ m/reg(ex)/)
{
$string=~ s/$1/ister/;
}
- or download this
my $string = "Sometimes there are extra effects you didn't foresee whe
+n using a regex.";
...
print $string;
- or download this
Sometimes there are istertra effects you didn't foresee when using a r
+egister.