Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/smallfawn/QLScriptPublic
/ maskPhone
Function
maskPhone
wxapp/ykb_all.js:163–165 ·
view source on GitHub ↗
(phone = "")
Source
from the content-addressed store, hash-verified
161
}
162
163
function
maskPhone(phone =
""
) {
164
return
String(phone).replace(/^(\d{3})\d{4}(\d{4})$/,
"$1****$2"
);
165
}
166
167
function
monthRange() {
168
const
now =
new
Date();
Callers
1
getMemberInfo
Method · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected