码迷,mamicode.com
首页 > 移动开发 > 详细

手机号码中间四位加星号

时间:2020-06-11 16:37:38      阅读:68      评论:0      收藏:0      [点我收藏+]

标签:ring   $2   color   ons   nbsp   号码   string   手机号码   ret   

function tel(tel) {
    const telNum = tel.toString();  
    const reg = /^(\d{3})\d{4}(\d{4})$/;
    return telNum.replace(reg, ‘$1****$2‘)
}
tel(13212341234)

 

手机号码中间四位加星号

标签:ring   $2   color   ons   nbsp   号码   string   手机号码   ret   

原文地址:https://www.cnblogs.com/boystao/p/13093655.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!