validation/regex library
Classes
- Regex
- A FieldValidator that validates a String using a RegExp.
Constants
- email → const Regex
- Reduced version of a RFC 5322 email regex from https://www.regular-expressions.info/email.html This regex omits IP addresses, double quotes and square brackets.