File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,8 @@ uView UI,是[uni-app](https://uniapp.dcloud.io/)生态优秀的UI框架,全
25
25
### 官方4群:1084514613(已满)
26
26
### 官方5群:863820668(已满)
27
27
### 官方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 )
29
30
30
31
## 特性
31
32
Original file line number Diff line number Diff line change 2
2
* 验证电子邮箱格式
3
3
*/
4
4
function 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 ) ;
6
6
}
7
7
8
8
/**
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " uview-ui" ,
3
- "version" : " 1.8.3 " ,
3
+ "version" : " 1.8.4 " ,
4
4
"description" : " uView UI,是uni-app生态优秀的UI框架,全面的组件和便捷的工具会让您信手拈来,如鱼得水" ,
5
5
"main" : " index.js" ,
6
6
"keywords" : [
You can’t perform that action at this time.
0 commit comments