Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用Asp.Net/C#。我正在使用RegularExpressionValidator控件来验证我的密码。我的密码textbox字段可以允许字母数字字符和一个非字母数字字符。任何人都可以如何允许用户输入这样的模式。任何帮助都感激不尽。
Asp.Net/C#
RegularExpressionValidator
textbox
谢谢
类似的东西?(如有必要,添加锚点 - 不确定验证器如何应用正则表达式)
\w*(\W\w*)?