pub static VALIDATE_EMAIL_RE: LazyLock<Regex>Expand description
Per https://html.spec.whatwg.org/multipage/input.html#valid-e-mail-address this regex validates for valid emails.
pub static VALIDATE_EMAIL_RE: LazyLock<Regex>Per https://html.spec.whatwg.org/multipage/input.html#valid-e-mail-address this regex validates for valid emails.