Home | History | Annotate | Download | only in doc

Lines Matching full:character

25   \ea         alarm, that is, the BEL character (hex 07)
26 \ecx "control-x", where x is any ASCII character
32 \e0dd character with octal code 0dd
33 \eddd character with octal code ddd, or backreference
34 \eo{ddd..} character with octal code ddd..
35 \exhh character with hex code hh
36 \ex{hhh..} character with hex code hhh..
42 .SH "CHARACTER TYPES"
45 . any character except newline;
46 in dotall mode, any character whatsoever
49 \eD a character that is not a decimal digit
50 \eh a horizontal white space character
51 \eH a character that is not a horizontal white space character
52 \eN a character that is not a newline
53 \ep{\fIxx\fP} a character with the \fIxx\fP property
54 \eP{\fIxx\fP} a character without the \fIxx\fP property
56 \es a white space character
57 \eS a character that is not a white space character
58 \ev a vertical white space character
59 \eV a character that is not a vertical white space character
60 \ew a "word" character
61 \eW a "non-word" character
126 Xuc Univerally-named character: one that can be
127 represented by a Universal Character Name
130 Perl and POSIX space are now the same. Perl added VT to its space character set
264 .SH "CHARACTER CLASSES"
267 [...] positive character class
268 [^...] negative character class
277 cntrl control character
288 In PCRE, POSIX character set names recognize only ASCII characters by default,
290 \eQ...\eE inside a character class.
501 (*PRUNE) advance to next starting character