Add Option to Invert Regex Matching Result to the Condition CompareParameterRegex
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
.