Supported Metacharacters
PCRE supports the metacharacters and metasequences listed in Table 43 through Table 47. For expanded definitions of each metacharacter, see "Regex Metacharacters, Modes, and Constructs.”
Table 1-43. PCRE character representations
Sequence | Meaning |
---|---|
| Alert (bell), |
| Backspace, |
| Escape character, |
| Newline, |
| Carriage return, |
| Form feed, |
| Horizontal tab, |
| Character specified by a three-digit octal code. |
| Character specified by a one- or two-digit hexadecimal code. |
| Character specified by any hexadecimal code. |
| Named control character. |
| Character contained by given Unicode block or property. |
| Character not contained by given Unicode block or property. |
Table 1-44. PCRE character classes and class-like constructs
Class | Meaning |
---|---|
| A single character listed, or contained in a listed range. |
| A single character not listed, and not contained within a listed range. |
| POSIX-style character class valid only within a regex character class. |
| Any character, except newline (unless single-line mode, |
| One byte; however, this may corrupt a Unicode character stream. |
| Word character, |
| Nonword character, |
| Digit character, |
| Nondigit character, |
| Whitespace character, |
| Nonwhitespace character, |
| Unicode newline sequence. |
Table 1-45. PCRE anchors and zero-width tests
Sequence | Meaning |
---|---|
| Start of string, ... |
Get Regular Expression Pocket Reference, 2nd Edition now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.