C# regex not giving the proper output

前端 未结 0 1990
太阳男子
太阳男子 2020-12-21 10:57

@"^(?=.*\\d)(?=.*[a-z])(?=.*[A-Z])(?=.*[!@#^\\*])(?=.*[a-zA-Z]).{6,20}$"

the input is Abc@123

is not accepted

Requir

相关标签:
回答
  • 消灭零回复
提交回复
热议问题