MVC3 中的数据注释和正则表达式
我想为包含 4 位数字的字符串编写正则表达式,例如 A1234 或 AB1234 请帮忙
I want to code for a regular expression for a string that will contain 4 digits eg, A1234 or AB1234
Please Help
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我们在下面的评论中敲定了与您的最终形式相匹配的正则表达式:
The regular expression to match your final form that we hammered out in the comments below: