'Regex': The field value can be tested with a regular expression. It is important that 'Match' contains qr{}xms as a base condition. Between the braces the actual regular expression can be noted.
has anyone tested the regex function in transition. When using “qr{\bcat\b}xms” as the match condition I would assume that it matches when the dynamic field has the value cat …