File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -25,7 +25,8 @@ uView UI,是[uni-app](https://uniapp.dcloud.io/)生态优秀的UI框架,全
2525### 官方4群:1084514613(已满)
2626### 官方5群:863820668(已满)
2727### 官方6群:745721078(已满)
28- ### [ 点击加7群交流反馈:627867855] ( https://jq.qq.com/?_wv=1027&k=U61Rx49A )
28+ ### 官方7群:627867855(已满)
29+ ### [ 点击加7群交流反馈:627867855] ( https://jq.qq.com/?_wv=1027&k=ZHFDsWUV )
2930
3031## 特性
3132
Original file line number Diff line number Diff line change 22 * 验证电子邮箱格式
33 */
44function email ( value ) {
5- return / ^ \w + ( ( - \w + ) | ( \. \w + ) ) * \@ [ A - Z a - z 0 - 9 ] + ( ( \. | - ) [ A - Z a - z 0 - 9 ] + ) * \. [ A - Z a - z 0 - 9 ] + $ / . test ( value ) ;
5+ return / [ \w ! # $ % & ' * + / = ? ^ _ ` { | } ~ - ] + (?: \. [ \w ! # $ % & ' * + / = ? ^ _ ` { | } ~ - ] + ) * @ (?: [ \w ] (?: [ \w - ] * [ \w ] ) ? \. ) + [ \w ] (?: [ \w - ] * [ \w ] ) ? / . test ( value ) ;
66}
77
88/**
Original file line number Diff line number Diff line change 11{
22 "name" : " uview-ui" ,
3- "version" : " 1.8.3 " ,
3+ "version" : " 1.8.4 " ,
44 "description" : " uView UI,是uni-app生态优秀的UI框架,全面的组件和便捷的工具会让您信手拈来,如鱼得水" ,
55 "main" : " index.js" ,
66 "keywords" : [
You can’t perform that action at this time.
0 commit comments