| Package | com.threerings.util |
| Class | public class MailUtil |
| Method | Defined by | ||
|---|---|---|---|
|
isValidAddress(email:String):Boolean
[static]
Returns true if the supplied email address appears valid (according to a widely used regular
expression).
| MailUtil | ||
| Constant | Defined by | ||
|---|---|---|---|
| EMAIL_REGEX : RegExp [static] Originally formulated by lambert
| MailUtil | ||
| isValidAddress | () | method |
public static function isValidAddress(email:String):BooleanReturns true if the supplied email address appears valid (according to a widely used regular expression). False if it does not.
Parametersemail:String |
Boolean |
| EMAIL_REGEX | constant |
protected static const EMAIL_REGEX:RegExpOriginally formulated by lambert