2011-10-13 139 views

回答

1
bool isValid = Regex.IsMatch(name, "^[a-z0-9 ]+$", RegexOptions.IgnoreCase); 
相关问题