Thread
:
Indefinite length lookbehind
View Single Post
05-17-2025, 10:29 AM
#
6
ElMiko
Evangelist
Posts: 471
Karma: 65460
Join Date: Jun 2011
Device: Kindle
Quote:
Originally Posted by
KevinH
See the pcre2 maintain had to say when he implemented this in 2023 here:
https://github.com/PCRE2Project/pcre2/issues/269
It seems the PCRE2 approach requires a backwards max range and not a +
Afraid this doesn't seem to be working either. I tried:
Code:
(?<!”\s\w{1,10}\s)said\. “
and still get the "Regex Valid?" error message.
ElMiko
View Public Profile
Find More Posts by ElMiko
Track Posts by ElMiko via RSS