contains

expect fun contains(operand: Expression, substring: Expression): Expression(source)

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.

actual fun contains(operand: Expression, substring: Expression): Expression(source)
actual fun contains(operand: Expression, substring: Expression): Expression(source)