Hi,
You cannot achieve that. You are using notMatch condition. That condition does not support regex, it only supports: "a hashtag (#
) to match a digit, question mark (?
) for a letter, and a dot (.
) to match any character, and any other character to match that actual character.". There isn't a policy condition that supports regex. In such case either do not create such policy or create policy that does not meets all your needs but it uses values that are applicable for the conditions.
Please "Accept the answer" if the information helped you. This will help us and others in the community as well.