CONTAINS
CONTAINS([Owner], 'Oleg')
Syntax
CONTAINS(text expression, text to find)
Logical function returns TRUE
if expression contains the defined text, and FALSE
otherwise.
text expression: Text created using text functions, text fields or constants.