Function buildPattern

  • Build a regular expression (RegExp) pattern string for validating/matching an email mailbox address of the given type. Will attempt to use a unicode- aware pattern for SMTPUTF8 addresses if the environment supports it.

    See

    supportsUnicodeRegExp

    Returns

    The regular expression pattern string.

    Parameters

    Returns string

Generated using TypeDoc