Commit 4dfaf594 authored by JingChao's avatar JingChao

Updates angular/hlsUtil.md

Auto commit by GitBook Editor
parent f09edd38
...@@ -82,7 +82,7 @@ function phoneNumber(){ ...@@ -82,7 +82,7 @@ function phoneNumber(){
``` ```
##### 7.是否是邮件格式 `isEmailAddress` ##### 7.是否是邮件格式 `isEmailAddress`
- 参数为`( 手机号 )` - 参数为`( 邮箱地址 )`
- 通过正则表达式校验 返回 `true of false` - 通过正则表达式校验 返回 `true of false`
- 调用实例如下 - 调用实例如下
```javascript ```javascript
......
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