Initialize a new link.
Arguments:
Returns: !goog.editor.Link
The link.
|
code » | |||||
Returns true if str could be an email address, false otherwise
Ex: goog.editor.Link.isLikelyEmailAddress_("some word") == false
goog.editor.Link.isLikelyEmailAddress_("foo@foo.com") == true
|
code » | |||||
Returns true if str could be a URL, false otherwise
Ex: TR_Util.isLikelyUrl_("http://www.google.com") == true
TR_Util.isLikelyUrl_("www.google.com") == true
|
code » | |||||
Determines whether or not a url is an email link.
|
code » |