Example: ^[A-Z0-9\s\/\.\,\;\:\-\_]+$
The pattern above will erroneously match strings even when they contain lowercase letters.
This makes DFW useless for tasks such as fixing casing problems in titles and descriptions.