Scalar FunctionsString Functions
contains
Indicate whether a string contains another string (case-insensitive).
Syntax
text contains lookupNegated form:
text !contains lookupFunction call syntax:
contains(text, lookup)Parameters
Prop
Type
Returns: bool
Examples
Example 1
print "Ragnar sailed to Lindisfarne" contains "lindisfarne"| print_0 (bool) |
|---|
| true |