isEMailAddr(s:String)
var f = new Validate(); f.isEMailAddr("Abcsedf"); // return false; f.isEMailAddr("test@domain.tld"); // return true;