RegexEscape
This reference topic applies to FQL v4. Go to this page for the latest FQL v10 reference topics. |
RegexEscape( value )
regex_escape( value )
RegexEscape( value )
RegexEscape( value )
RegexEscape( value )
RegexEscape( value )
Description
The RegexEscape
function returns an escaped regular expression that
matches the value
string verbatim. The returned regular expression is
simply the value
string surrounded by the \Q
and \E
escape
sequences.