Skip to content

Add Option to Invert Regex Matching Result to the Condition CompareParameterRegex

jmargraf requested to merge jmargraf/action-provider:master into master

I just realized the Condition CompareParameterRegex also needs an option to invert the result (because negative regex search patterns are hard to write). So I added the Option Invert. If enabled this option inverts the result of preg_match.

Merge request reports