Lines Matching refs:P

993        ters. If you want to be able to use the pattern escapes \P, \p, and \X,
2457 41 unrecognized character after (?P
2461 45 support for \P, \p, and \X has not been compiled
2462 46 malformed \P or \p sequence
2463 47 unknown property name after \P or \p
2629 port, all characters can be tested with \p and \P, or, alternatively,
4578 6. The Perl escape sequences \p, \P, and \X are supported only if PCRE
4580 can be tested with \p and \P are limited to the general category prop-
5333 \P{xx} a character without the xx property
5340 sicalSymbols" are not currently supported by PCRE. Note that \P{Any}
5348 \P{Han}
5378 \P{Lu}.
5380 If only one letter is specified with \p or \P, it includes all the gen-
5414 P Punctuation
5832 The character escape sequences \d, \D, \h, \H, \p, \P, \s, \S, \v, \V,
5920 Negated versions, such as [:^alpha:] use \P instead of \p. Three other
5925 acters with the L, M, N, P, S, or Cf properties, except for:
5936 [:punct:] This matches all characters that have the Unicode P (punctua-
6153 or (?'name'...) as in Perl, or (?P<name>...) as in Python. References
6553 \k'name' are supported, as is the Python syntax (?P=name). Perl 5.10's
6560 (?P<p1>(?i)rah)\s+(?P=p1)
7016 syntax for this is (?&name); PCRE's earlier syntax (?P>name) is also
7400 match attempts starting at "P" and then with an empty string do not get
7727 \P{xx} a character without the xx property
7745 GENERAL CATEGORY PROPERTIES FOR \p and \P
7772 P Punctuation
7793 PCRE SPECIAL CATEGORY PROPERTIES FOR \p and \P
7806 SCRIPT NAMES FOR \p AND \P
7911 (?P<name>...) named capturing group (Python)
7996 (?P=name) reference by name (Python)
8006 (?P>name) call subpattern by name (Python)
8131 UTF support), the escape sequences \p{..}, \P{..}, and \X can be used.
8952 If the escape sequence \P is present in a pcretest data line, the
8957 data> 25jun04\P
8960 data> 25dec3\P
8962 data> 3ju\P
8964 data> 3juj\P
8966 data> j\P
8974 If the escape sequence \P is present more than once in a pcretest data
8990 data> 23ja\P\D
9033 data> The date is 23ja\P\P
9090 data> xx123a\P\P
9098 data> ab\P
9118 data> dogsb\P
9120 data> do\P\D
9122 data> gsb\R\P\D
9143 data> dogsb\P\P
9145 data> do\P\D
9147 data> gsb\R\P\P\D
9173 data> ABC123\P\P
9425 Using Unicode character properties (the \p, \P, and \X escapes) is