文本框中只能输入字符的正则表达式.

return Regex.IsMatch(this.TextBox3.Text,"^[A-Za-z]+$");
原文地址:https://www.cnblogs.com/lingxzg/p/907768.html