UNPKG
@luband/jstools
Version:
latest (1.5.0)
1.5.0
1.1.4
1.1.3
1.1.0
1.0.0
前端工具包
@luband/jstools
/
string
/
tmPhone.js
2 lines
(1 loc)
•
140 B
JavaScript
View Raw
1
2
function
e
(
e
)
{
return
e.length>=
11
?e.
replace
(/^(.{
3
})\d+(.{
4
})$/,
"
$1
****
$2
"
):e.
replace
(/^(.{
2
})\d+(.{
2
})$/,
"
$1
****
$2
"
)}export{e
as
default
};