March 2002
Intermediate to advanced
528 pages
21h 29m
English
quotemeta
string quotemeta(string string)
Escapes instances of certain characters in
string by appending a backslash
(\) to them and returns the resulting string. The
following characters are escaped: period (.),
backslash (\), plus sign (+),
asterisk (*), question mark
(?), brackets ([ and
]), caret (^), parentheses
(( and )), and dollar sign
($).