Commit dcb188f7 authored by JingChao's avatar JingChao

Updates angular/hlsUtil.md

Auto commit by GitBook Editor
parent 5b3a77bb
......@@ -81,3 +81,15 @@ function phoneNumber(){
}
```
##### 7.是否是邮件格式 `phoneNumber86`
- 参数为`( 手机号 )`
- 通过正则表达式校验 返回 `true of false`
- 调用实例如下
```javascript
function phoneNumber(){
alert(hlsUtil.phoneNumber('+86-18325379820'));
}
```
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment