ifEsle node add regex match (#8007)

This commit is contained in:
Charlie.Wei
2024-09-06 17:44:09 +08:00
committed by GitHub
parent 2060db8e11
commit 01858e1caf
7 changed files with 23 additions and 2 deletions

View File

@@ -412,6 +412,7 @@ const translation = {
'not empty': 'is not empty',
'null': 'is null',
'not null': 'is not null',
'regex match': 'regex match',
},
enterValue: 'Enter value',
addCondition: 'Add Condition',