ContainsStrRegex
This reference topic applies to FQL v4. Go to this page for the latest FQL v10 reference topics. |
Copied!
ContainsStrRegex( value, pattern )
Description
The ContainsStrRegex
function returns true
when the value
string matches
the pattern
regular expression, or false
when it does not.
Parameters
Parameter | Type | Definition and Requirements |
---|---|---|
|
String |
The string to compare. |
|
String |
The regular expression to match within |