StartsWith

The function of “StartWith” is to test if this field starts with the specified suffix. It returns "true" if it starts with the suffix otherwise it returns “false”.
Syntax
: startswith(field_name, “String”)
Example
: startswith([special_features]“A”)
Provide Feedback
Have questions or feedback about this documentation? Please submit your feedback here.