Supported Metacharacters
Perl supports the metacharacters and metasequences listed in Table 3 through Table 7. To learn more about expanded definitions of each metacharacter, see "Regex Metacharacters, Modes, and Constructs.”
Table 1-3. Perl character representations
Sequence | Meaning |
---|---|
| Alert (bell). |
| Backspace; supported only in character class (outside of character class matches a word boundary). |
| Esc character, |
| Newline; |
| Carriage return; |
| Form feed, |
| Horizontal tab, |
| Character specified by a two- or three-digit octal code. |
| Character specified by a one- or two-digit hexadecimal code. |
| Character specified by any hexadecimal code. |
| Named control character. |
| A named character specified in the Unicode standard or listed in |
Table 1-4. Perl 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. |
| Base character, followed by any number of Unicode combining characters. |
| Word character, |
| Nonword character, |
| Digit character, |
| Nondigit ... |
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.