-
-
Notifications
You must be signed in to change notification settings - Fork 5
StringMatchCriteria
Rasmus Wulff Jensen edited this page Apr 4, 2025
·
1 revision
Defines criteria for matching strings in various conditions.
| 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. |
Used in CardFieldCondition, ChecklistIncompleteCondition, and other classes for specifying string matching logic.
If you are looking for info on a specific method in TrelloDotNet then expand the Pages above and input the 'MethodName' (Example: 'AddCardAsync')