Function stringExtractEmailDomain

  • Extract the domain name from the given email address.

    Parameters

    • email: string

      The email address.

    Returns undefined | string

    the corresponding domain name.

Generated using TypeDoc