Get the next token from a position in an address string.
|
code » | |||
Checks if the character in the current position is an escaped double quote
( \" ).
|
code » | |||
Checks if the provided string is a valid address spec (local@domain.com).
|
code » | |||
Checks if the provided string is a valid email address. Supports both
simple email addresses (address specs) and addresses that contain display
names.
|
code » | |||
Checks if the provided string is a valid domain part (part after the '@') of
an email address.
|
code » | |||
Checks if the provided string is a valid local part (part before the '@') of
an email address.
|
code » | |||
Parses an email address of the form "name" <address> into
an email address.
Arguments:
Returns: !goog.format.EmailAddress
The parsed address.
|
code » | |||
Parses an email address of the form "name" <address> ("name" is
optional) into an email address.
Arguments:
Returns: !goog.format.EmailAddress
The parsed address.
|
code » | |||
Parses a string containing email addresses of the form
"name" <address> into an array of email addresses.
Arguments:
|
code » | |||
Parse a string containing email addresses of the form
"name" <address> into an array of email addresses.
Arguments:
|
code » |