ContainsStrRegex
ContainsStrRegex( value, pattern )
ContainsStrRegex( value, pattern )
ContainsStrRegex( value, pattern )
ContainsStrRegex( value, pattern )
contains_str_regex( value, pattern )
ContainsStrRegex( value, pattern )
Description
The ContainsStrRegex
function returns true
when the value
string matches
the pattern
regular expression, or false
when it does not.
Returns
Returns a Boolean: true
when value
matches the pattern
regular expression, or false
when it does not.
Examples
The following query demonstrates the case where the value
string
matches the pattern
regular expression:
BooleanV(True)
true
true
true
True
true
The following query demonstrates the case where the value
string
does not match the pattern
regular expression:
BooleanV(False)
false
false
false
False
false
Is this article helpful?
Tell Fauna how the article can be improved:
Visit Fauna's forums
or email docs@fauna.com
Thank you for your feedback!