2
0

(condition) Add regex comparison item

This commit is contained in:
Baptiste Arnaud
2023-08-01 08:20:16 +02:00
parent 14c3d95b8a
commit aa9f5bc732
6 changed files with 81 additions and 13 deletions

View File

@ -20,6 +20,8 @@ export enum ComparisonOperators {
IS_EMPTY = 'Is empty',
STARTS_WITH = 'Starts with',
ENDS_WITH = 'Ends with',
MATCHES_REGEX = 'Matches regex',
NOT_MATCH_REGEX = 'Does not match regex',
}
const comparisonSchema = z.object({