ContainsStr
ContainsStr( value, search )
ContainsStr( value, search )
contains_str( value, search )
ContainsStr( value, search )
Description
The ContainsStr
function returns true
when the value
string
contains the search
string, or false
when it does not.
Parameters
Parameter | Type | Definition and Requirements |
---|---|---|
|
String |
The string to compare. |
|
String |
The string to search for within |
Examples
The following query demonstrates the case where the value
string
contains the search
string:
true
true
True
true
The following query demonstrates the case where the value
string
does not contain the search
string:
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!