Lines Matching refs:possessive
132 34. The JIT compiler should restore the control chain for empty possessive
240 12. A possessive capturing group such as (a)*+ with a minimum repeat of zero
316 34. A pattern such as /X((?2)()*+){2}+/ which has a possessive quantifier with
372 7. Fixed a bug concerned with zero-minimum possessive groups that could match
383 level, when possessive repeated groups should always return to a higher
551 behaved like a min-possessive qualifier, and, for example, /a{1,3}b/U did
741 possessive quantifier. PCRE allowed a space before the quantifier, but not
742 before the possessive +. It now does.
744 38. The use of \K (reset reported match start) within a repeated possessive
2070 5. A pattern such as (?&t)*+(?(DEFINE)(?<t>.)) which has a possessive
2290 was a minimum greater than 1 for a wide character in a possessive
2856 17. Specifying a possessive quantifier with a specific limit for a Unicode
2859 are: /\p{Zl}{2,3}+/8 and /\p{Cc}{2}+/8. It was the possessive "+" that
4533 that was followed by a possessive quantifier.
4801 12. Added "possessive quantifiers" ?+, *+, ++, and {,}+ which come from Sun's
4806 greedy quantifiers. Consequently, the use of the possessive quantifier forces