Lines Matching refs:repeat
64 12. A possessive capturing group such as (a)*+ with a minimum repeat of zero
65 failed to allow the zero-repeat case if pcre2_exec() was called with an
261 group that is quantified with an indefinite repeat, caused a compile-time
589 43. A minimizing repeat of a class containing codepoints greater than 255 in
1177 9. A possessively repeated subpattern with minimum repeat count greater than
1521 28. An instance of \X with an unlimited repeat could fail if at any point the
2116 which had an unlimited repeat of a nested, fixed maximum repeat of a wide
2488 12. Previously, a group with a zero repeat such as (...){0} was completely
2825 of another character. The bug was that, for an unlimited repeat of . in
2863 are longer than 30,000 bytes (though not repeat them that many times).
2882 10. Like Perl, PCRE automatically breaks an unlimited repeat after an empty
2916 unlimited repeat caused a loop at compile time (while checking to see
2953 27. Patterns such as (\P{Yi}*\277)* (group with possible zero repeat containing
3132 while processing a minimizing repeat. If the check also involved
3134 erroneous result when trying to check for a repeat of the original
3528 length of the subpattern and the repeat count. The latter is limited to
4348 recursion. If the recursively-called subpattern itself had a zero repeat,
5453 repeat of a potentially empty string).
5557 1. PCRE was failing to diagnose unlimited repeat of empty string for patterns
5707 1. A repeat with a fixed maximum and a minimum of 1 for an ordinary character