MCPcopy 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
163function maskPhone(phone = "") {
164 return String(phone).replace(/^(\d{3})\d{4}(\d{4})$/, "$1****$2");
165}
166
167function monthRange() {
168 const now = new Date();

Callers 1

getMemberInfoMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected