📌  相关文章
📜  如何在c#代码示例中检查值是否仅是字母

📅  最后修改于: 2022-03-11 14:49:19.960000             🧑  作者: Mango

代码示例1
Regex.IsMatch(input, @"^[a-zA-Z]+$");