ecm:extractDomain
    • 1 Minute to read
    • Dark
      Light

    ecm:extractDomain

    • Dark
      Light

    Article summary

    The function ecm:extractDomain extracts the domain part of the specified email address. If the specified value is null or is not a valid email address, the function returns a null value. The value returned is a string data type.

    Example

    ${ecm:extractDomain('user@ecircle.com')}

    Structure​

    ecm:extractDomain(string)

    Parameters​

    Parameter

    Description

    string

    Specifies the target string for extraction of the email domain.


    Was this article helpful?

    What's Next