Lines Matching full:character
19 <li><a name="TOC4" href="#SEC4">CHARACTER TYPES</a>
23 <li><a name="TOC8" href="#SEC8">CHARACTER CLASSES</a>
61 \a alarm, that is, the BEL character (hex 07)
62 \cx "control-x", where x is any ASCII character
68 \0dd character with octal code 0dd
69 \ddd character with octal code ddd, or backreference
70 \o{ddd..} character with octal code ddd..
71 \xhh character with hex code hh
72 \x{hhh..} character with hex code hhh..
77 <br><a name="SEC4" href="#TOC1">CHARACTER TYPES</a><br>
80 . any character except newline;
81 in dotall mode, any character whatsoever
84 \D a character that is not a decimal digit
85 \h a horizontal white space character
86 \H a character that is not a horizontal white space character
87 \N a character that is not a newline
88 \p{<i>xx</i>} a character with the <i>xx</i> property
89 \P{<i>xx</i>} a character without the <i>xx</i> property
91 \s a white space character
92 \S a character that is not a white space character
93 \v a vertical white space character
94 \V a character that is not a vertical white space character
95 \w a "word" character
96 \W a "non-word" character
160 Xuc Univerally-named character: one that can be
161 represented by a Universal Character Name
164 Perl and POSIX space are now the same. Perl added VT to its space character set
295 <br><a name="SEC8" href="#TOC1">CHARACTER CLASSES</a><br>
298 [...] positive character class
299 [^...] negative character class
308 cntrl control character
319 In PCRE, POSIX character set names recognize only ASCII characters by default,
321 \Q...\E inside a character class.
523 (*PRUNE) advance to next starting character