Invalid Regular Expressions
Regular Expressions, commonly referred to as regexes, can be used to build more advanced custom rules. Regexes need to conform to a strict syntax to ensure that they are well understood when they are evaluated. If you find yourself using this advanced form of rule matching, make sure you are familiar with how they are constructed.
We use Perl style rules for pattern matching. If you are interested, you can read more on the basic syntax we support, here.
We use Perl style rules for pattern matching. If you are interested, you can read more on the basic syntax we support, here.
Updated on: 12/12/2024
Thank you!