kaven-basic - v6.0.0
    Preparing search index...

    Function IsEmailAddressValid

    • Validates whether a given string is a valid email address.

      Parameters

      • email: string

        The email address string to validate.

      • unicode: boolean = false

        Optional. If true, allows Unicode characters in the email address. Defaults to false.

      Returns boolean

      true if the email address is valid according to the selected pattern; otherwise, false.

      2.0.2

      2025-07-04