json-conditions
json-conditions copied to clipboard
Simple conditional logic to evaluate against javascript objects
Adding a not_contains operator to be the inverse of contains for when you want a rule to pass if something does not contain a specific string/value #2
Is there anyway to have a condition where the string does not contain something. I tried none but it didn't work as it was not an array
Currently, there's no way to check if a property value is contained within an array of values using a single rule. This only leaves me with the option of creating...