in reply to Strange result from "abbbbbc" =~ /(b)*?(b*?)c/
What version of Perl gave you such things? I get $1 = undef, $2 = "bbbb".
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^2: Strange result from "abbbbbc" =~ /(b)*?(b*?)c/
by ikegami (Patriarch) on Aug 01, 2006 at 20:39 UTC | |
by japhy (Canon) on Aug 01, 2006 at 20:41 UTC | |
by ikegami (Patriarch) on Aug 01, 2006 at 20:44 UTC |
In Section
Seekers of Perl Wisdom