MCPcopy Index your code
hub / github.com/smallfawn/QLScriptPublic / maskPhone

Function maskPhone

wxapp/mxbc.js:61–63  ·  view source on GitHub ↗
(phone = "")

Source from the content-addressed store, hash-verified

59}
60
61function maskPhone(phone = "") {
62 return String(phone).replace(/^(\d{3})\d{4}(\d{4})$/, "$1****$2");
63}
64
65
66class Task {

Callers 1

loginByWxCodeMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected