validators
validators copied to clipboard
Update email format regex
We use this gem to validate emails, and a valid email was marked as invalid because it contained an underscore before the @ sign. [email protected]. This means the regex should be slightly updated to accept such emails.