Checks to see if a string is a valid email address. A valid email address is at least 5 characters, and has an '@' and a '.' in it
Returns boolean indicating whether this is a valid email address or not
TextUtils Class | Shunde.Utilities Namespace