|
|
| "be consistent" | |
| PerlMonks |
Re: Question on REGEXby japhy (Canon) |
| on May 14, 2001 at 03:00 UTC ( #80119=note: print w/ replies, xml ) | Need Help?? |
|
Perhaps you were thinking of (a+)? vs. a*, which are technically the same. But a+? means "one or more of 'a', but match it as few times as possible", whereas a* means "zero or more of 'a', but match it as many times as possible".
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||