gpt4 book ai didi

c# - 使用 .net c# 在 Windows 窗体应用程序中验证印度电话号码?

转载 作者:太空宇宙 更新时间:2023-11-03 20:27:41 26 4
gpt4 key购买 nike

我正在使用 .net c# 开发 Windows 窗体应用程序,我只想知道如果用户在文本框中输入,如何验证印度电话号码。

最佳答案

你可以使用正则表达式例如

Regex rx = new Regex(@"^((\+){0,1}91(\s){0,1}(\-){0,1}(\s){0,1}){0,1}9[0-9](\s){0,1}(\-){0,1}(\s){0,1}[1-9]{1}[0-9]{7}$");

然后您可以使用 rx.IsMatch 来验证输入字符串。

关于c# - 使用 .net c# 在 Windows 窗体应用程序中验证印度电话号码?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/9513488/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com