in reply to Re: Delimited Backtracking with Regex
in thread Delimited Backtracking with Regex
Replace (?=a)(?!a) with simply (?!).
In Section
Seekers of Perl Wisdom
in reply to Re: Delimited Backtracking with Regex
in thread Delimited Backtracking with Regex