in reply to Implementing variable-width negative lookbehind assertions?
regexes are hard, my results when I minimize their use have resulted in less maintainance than the times I built big fancy ones. But, sometimes there is no way around it.while ( /(simple_match)/ ) { $count++ if length($1) >= 6; }
|
|---|