@hyperjump/json-schema-formats
    Preparing search index...

    Function isEmail

    The 'email' format. Validates that a string represents an email as defined by the "Mailbox" ABNF rule in RFC 5321, section 4.1.2.

    • Returns a Boolean value that indicates whether or not a pattern exists in a searched string.

      Parameters

      • string: string

        String on which to perform the search.

      Returns boolean