|
|
| more useful options | |
| PerlMonks |
Re^2: Find all strings containing "a" characters, that are not followed by "b" characters.by johngg (Abbot) |
| on Dec 12, 2012 at 23:39 UTC ( #1008611=note: print w/ replies, xml ) | Need Help?? |
|
A look-ahead is fine, you just have to insert .* (zero or more of anything) before the "b" I think.
I hope this is of interest. Cheers, JohnGG
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||