contains.md 256 B

% This is generated by ESQL's AbstractFunctionTestCase. Do not edit it. See ../README.md for how to regenerate it.

Example

ROW a = "hello"
| EVAL has_ll = CONTAINS(a, "ll")
a:keyword has_ll:boolean
hello true