Hello. I want to create a restriction that does case insensitive matching. For example, as per docs.microsoft.com/.../regular-expression-language-quick-reference
Pattern \b(?i)a(?-i)a\w+\b
Matches "aardvark"
, "aaaAuto"
in "aardvark AAAuto aaaAuto Adam breakfast"
However when I try this in customer voice I get an error. It doesn't seem to like parenthesis