February 2013
Intermediate to advanced
538 pages
20h 55m
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 ($).
Read now
Unlock full access