Scalar FunctionsString Functions
contains_cs
Indicate whether a string contains another string (case-sensitive).
Syntax
text contains_cs lookupNegated form:
text !contains_cs lookupFunction call syntax:
contains_cs(text, lookup)Parameters
Prop
Type
Returns: bool
Examples
Example 1
print "The Vikings raided York" contains_cs "York"| print_0 (bool) |
|---|
| true |