Strings evaluates values using string comparison functions.

Interpretation Methods

The inspector supports these interpretation methods:

  • object
  • data

Options

FieldTypeDescriptionRequired
expressionstringthe substring used during inspection.Yes
typestringthe string evaluation function used during inspection.

must be one of:
- equals
- contains
- starts_with
- ends_with
Yes