Is there a way to add a custom error message on the RegEx should match a specific pattern?
For anyone needing a regex that matches and capital letters in a valid email address it is:
[1]+@[a-z0-9.-]+.[a-z]{2,}$
a-z0-9._%± ↩︎