Lines Matching refs:repeated

21 3.  A repeated conditional group whose condition was a reference by name caused
52 an empty string was repeated, it was not identified as matching an empty
81 20. A possessively repeated conditional group that could match an empty string,
255 forward reference repeated a large (but limited) number of times within a
256 repeated outer group that has a zero minimum quantifier, caused incorrect
332 the repeated \X did not stop, but carried on past the start of the subject,
383 level, when possessive repeated groups should always return to a higher
589 string (which is used for indefinitely repeated groups to allow for
590 breaking an infinite loop) was broken when the group contained a repeated
603 that were repeated with a maximizing qualifier (e.g. \X* or \X{2,5}) when
744 38. The use of \K (reset reported match start) within a repeated possessive
795 in repeated character loops from pcre_uchar to pcre_uint32 also gave speed
1121 done on an "all or nothing" basis. This also applied to repeated
1230 1 to "aa" instead of to an empty string. The bug affected repeated groups
1247 possessively repeated groups, and atomic groups.
1350 8. A possessively repeated conditional subpattern such as (?(?=c)c|d)++ was
1353 9. A possessively repeated subpattern with minimum repeat count greater than
1371 15. If a forward reference was repeated with an upper limit of around 2000,
1378 the filling in of repeated forward references.
1380 16. A repeated forward reference in a pattern such as (a)(?2){2}(.) was
1601 calls to match() for possessively repeated groups such as (abc)++ when
1667 branched capturing and non-capturing groups, repeated or not, and also to
1676 if they are repeated, backtracking one repetition now resets captured
2005 12. If a pattern that was studied started with a repeated Unicode property
2018 15. If a repeated Unicode property match (e.g. \p{Lu}*) was used with non-UTF-8
2487 with the subject "ab", where knowledge that the repeated group can match
3035 the size of patterns that contain repeated groups with explicit upper
3100 22. A repeated capturing bracket such as (A)? could cause a wild memory
3105 behind). There were bugs in these functions when a repeated \p or \P was
3113 (b) An item such as \pL+ within a repeated group could cause crashes or
3121 24. A repeated \S or \W in UTF-8 mode could give wrong answers when multibyte
3598 38. Like Perl, PCRE detects when an indefinitely repeated parenthesized group
3664 [Detail: two cases were found: (a) a repeated subpattern containing an
3702 11. Subpatterns that are repeated with specific counts have to be replicated in
3706 could in principle occur. The compiled length of a repeated subpattern is
4007 20. When matching a repeated Unicode property with a minimum greater than zero,
4201 9. A repeated \w when used in UTF-8 mode with characters greater than 256
4804 as (?>x*). In other words, if what is inside (?>...) is just a single repeated
5128 character was multibyte, either singly or repeated.
5134 singly or repeated) now correctly test multibyte characters. However,
5590 A backreference to itself in a repeated group matches the previous
5596 9. As in 5.005, unlimited repeated groups that could match an empty substring
5914 2. PCRE was looping on encountering an indefinitely repeated back reference to