Summary:
regex validation conflicts with required field
Detailed Description:
If a field has a 'match regular expression' validation, and that field is also
required, it always gets returned as invalid.
Use case: field with preset value must stay as preset value. Required parameter
makes sure it's not empty, and regex makes sure the value hasn't changed.