Message-Id: <
199904300826.JAA01257@crypt.compulink.co.uk>
Subject: [PATCH 5.005_{56,03}] Re: Regular expression difference b/n 5.004 & 5.005
p4raw-id: //depot/perl@3364
PL_regcomp_parse++; /* skip over the ending ] */
posixcc = s + 1;
}
+ else {
+ /* maternal grandfather */
+ PL_regcomp_parse = s;
+ }
}
}
([[.]+) a.[b]. y $1 .[
[a[:xyz: - c - /[a[:xyz:/: unmatched [] in regexp
[a[:xyz:] - c - /[a[:xyz:]/: unmatched [] in regexp
+[a[:]b[:c] abc y $& abc
([a[:xyz:]b]+) pbaq y $1 ba
((?>a+)b) aaab y $1 aaab
(?>(a+))b aaab y $1 aaa