This message was deleted.
# give-feedback
w
This message was deleted.
c
How to achieve a rule: array of string
includes any of
and as a value I want to set few values and if any exist in this array then rule as TRUE
Array of numbers should also have a possibility to use a rule like: • includes less than • includes greater than • includes one of • includes all of
right now is easier to use just STRING type and regexp
f
ya, I think you might be better off string matching if you need that kind of flexibility
139 Views