any86 / any-rule

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

我有更好的正则: 网址正则需修改 #207

Closed Tadini closed 2 years ago

Tadini commented 2 years ago

/^(((ht|f)tps?):\/\/)?[\w-]+(.[\w-]+)+([\w.,@?^=%&:/~+#-()]*[\w@?^=%&/~+#-()])?$/ 校验网址
https://vuejs.org/v2/api/#v-model 【表现】不通过 稍作修改后校验网址 (此网址不存在只做校验用) https://vuejs.org/v-2/api/#v-model 【表现】不通过

建议修改:/^(((ht|f)tps?):\/\/)?[\w-]+(.[\w-]+)+([\w.,@?^=%&:/~+#-()]*[\w@?^=%&/~+#-()])?$/

any86 commented 2 years ago

感谢, 稍后做修正