FORMULA LANGUAGE


@OptimizeMailAddress
Example

Returns a mail address with all unnecessary domains removed.

Syntax

@OptimizeMailAddress( address )

Parameters

address


Return value

optimizedAddress


Usage

If the parameter is a list, the function operates on each element of the list, and the return value is a list with the same number of elements.

All domains between two duplicate domains, including the duplicate domain, are removed.

Example
See Also