![]() |
|
more useful options | |
PerlMonks |
Re^2: Inexplicably slow regexby hgolden (Pilgrim) |
on Sep 12, 2006 at 18:26 UTC ( [id://572592]=note: print w/replies, xml ) | Need Help?? |
I'd also be interested in seeing the benchmarks. I can add one thing: the last Regex isn't the same as the others because the [^\n] character class is (accidently) a negated character class. Rearranging it to [\n^] should fix that. Hays
In Section
Seekers of Perl Wisdom
|
|