Skip to content

StringMatchCriteria

Rasmus Wulff Jensen edited this page Apr 4, 2025 · 1 revision

Defines criteria for matching strings in various conditions.

Values

Value Description
Equal String should match exactly.
StartsWith String should start with the provided value.
EndsWith String should end with the provided value.
Contains String should contain the provided value.
RegEx String should match a specific regular expression.

Usage

Used in CardFieldCondition, ChecklistIncompleteCondition, and other classes for specifying string matching logic.

Clone this wiki locally