to uppercase until a \E sequence is encountered.
\v |
The vertical tab character. |
\w |
Match a single word character. Word characters are the alphanumeric and underscore characters.
|
\W |
Match a single non-word character. |
\xnn |
Any hexadecimal byte. |
\Z |
This meta-sequence represents the end of the string. Its meaning is not affected by the /m option.
|
\$ |
The dollar sign character. |
\@ |
The ampersand character. |
\% |
The percent character. |