images

imagesNumbers and Symbols

| (alternation) syntax, function of, 1718

* (asterisk) character

for matching zero or more characters, 1011

in regular expressions, 8

\ (backslash) character

as escape character, 9

in regular expressions, 8

[] (brackets)

for matching one of a group of characters, 13

in regular expressions, 8

^ (caret) character

denoting “the string starts with”, 37

in regular expressions, 8

\d{3} metacharacter, representation for phone numbers, 16

- (dash), replacing with _ (underscore) in a URI, 42

$ (dollar sign) character

denoting “the ...

Get The Definitive Guide to Apache mod_rewrite 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.