Contains

The function of “Contains” is to test the field with specified sequence of char value and returns a True or False value.
The function of “Contains” returns true if and only if this string contains the specified sequence of char values.
Syntax
: contains(field_name, “String”)
Example
: contains([special_features]“Scenes”)
Provide Feedback
Have questions or feedback about this documentation? Please submit your feedback here.