Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
61
function
maskPhone(phone =
""
) {
62
return
String(phone).replace(/^(\d{3})\d{4}(\d{4})$/,
"$1****$2"
);
63
}
64
65
66
class
Task {
Callers
1
loginByWxCode
Method · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected