any86 / any-rule

🦕 常用正则大全, 支持web / vscode / idea / Alfred Workflow多平台
https://any-rule.vercel.app/
MIT License
8.51k stars 830 forks source link

密码至少包含 数字和英文,长度6-20 #285

Closed wuclassnate closed 1 year ago

wuclassnate commented 1 year ago

/(?![0-9]+$)(?![a-zA-Z]+$)[0-9A-Za-z]{6,20}/

any86 commented 1 year ago

感谢, 这个有类似的了