Hello,
while I am writing some custom rules I found a possible issue with strcontains function.
For instance I would like to match all the objects with exactly following string:
'Arial'
So I put this value into strcontains function as a regex match pattern. Unfortunately strcontains does not match any string that contains apostrophe character. I tried to escape it but without any luck. Once I get rid of the apostrophe character then it works fine.