public static bool IsPhone(this string phone){ return Regex.IsMatch(phone, @"^\+?[0-9\-() ]{5,19}$");}
<!--[if lt IE 7]><link rel="stylesheet" type="text/css" href="ie6.css" /><![endif]-->