Conditions Rule builder

Comments

1 comment

  • Avatar
    Shane Gilbert

    You could use the "matches regex" option. You can do a range or a set of values using a regex. I will say that regex syntax is not easy and comes in a couple of flavors. I am guessing that this would be JavaScript style here. Here is a useful tutorial on regex with a tool you can use to test your expressions.

    https://www.regextutorial.org/

    There are also libraries of regex expressions that you can look through and find one that does what you need and then just plug in your values.


    https://regexlib.com/

     

    0
    Comment actions Permalink

Please sign in to leave a comment.