Regex without special characters

前端 未结 0 741
醉酒成梦
醉酒成梦 2021-01-13 12:50

I am using regex for validate password

this is my regex configuration

@"^(?!.*[\\s])(?=.*[0-9])(?=.*[a-z])(?=.*[A-Z]).{6,32}$"
相关标签:
回答
  • 消灭零回复
提交回复
热议问题