菜名
Combining these two Regular Expressions into one
I have the following in C#: public static bool IsAlphaAndNumeric(string s) { return Regex.IsMatch(s, @\"[a-zA-Z]+\")[详细]
2022-12-18 01:07 分类:问答
I have the following in C#: public static bool IsAlphaAndNumeric(string s) { return Regex.IsMatch(s, @\"[a-zA-Z]+\")[详细]