Home | History | Annotate | Download | only in pcre

Lines Matching full:matched

24     matched in multiline mode, the following line was shown as part of the
73 /t\b/ matched against "cat" with PCRE_PARTIAL_HARD set did return a partial
216 added property types that matched character-matching opcodes).
355 situation when an empty string is matched. It now does the fancy magic
417 causing partial matching to fail when the end of the subject matched \W
505 partially matched by this function. In addition, if there are at least two
613 conditional pattern, either for a subpattern having been matched, or for
696 20. If a pattern that was compiled with callouts was matched using pcre_dfa_
1231 checking that an empty string has been matched. Previously this was taken
1265 string has been matched (to stop an infinite loop). It was not recognizing
1422 it matched the wrong number of bytes.
1554 19. In pcretest, if the pattern /(?m)^$/g<any> was matched against the string
1595 (b) When it is outputting text that is a matched part of a subject string,
1739 the first matched character to be a colon. This applied both to named and
1806 this code in non-simple cases. For a pattern such as ^(a()*)* matched
2084 alternatives. If it matched one of the alternatives, but subsequently,
2148 with this option is matched, the nmatch and pmatch options of regexec() are
2381 one application and matched in another.
2522 is now matched using a separate opcode. However, there may be more than one
2849 7. A lookbehind in a pattern matched in non-UTF-8 mode on a PCRE compiled with
3519 1. If the pattern /((Z)+|A)*/ was matched agained ZABCDEFG it matched Z instead
3526 when matched against abbab (for example). After matching an empty string, it
3618 and could get into a loop if a null string was matched other than at the start
3862 matched with an offsets vector that wasn't big enough. The temporary memory
4121 a subpattern that had matched an empty string, e.g. /(a|)\1*/. It now does what