contains
Creates a CONTAINS(expr, substr) function that evaluates whether the given string expression contains the given substring expression or not.
Return
The CONTAINS(expr, substr) function.
Parameters
operand
The string expression.
substring
The substring expression.