% This is generated by ESQL's AbstractFunctionTestCase. Do not edit it. See ../README.md for how to regenerate it. **Example** ```esql ROW a = "hello" | EVAL has_ll = CONTAINS(a, "ll") ``` | a:keyword | has_ll:boolean | | --- | --- | | hello | true |