Home > @datashaper/schema > StringComparisonOperator
Signature:
export declare enum StringComparisonOperator | Member | Value | Description |
|---|---|---|
| Contains | "contains" |
|
| EndsWith | "ends with" |
|
| Equals | "equals" |
|
| IsEmpty | "is empty" |
|
| IsNotEmpty | "is not empty" |
|
| NotEqual | "is not equal" |
|
| RegularExpression | "regex" |
|
| StartsWith | "starts with" |