2 lines
109 B
JavaScript
Raw Normal View History

2025-10-29 13:53:05 +08:00
"use strict";exports.formatPhoneNumber=function(e){return e?e.replace(/(\d{3})\d{4}(\d{4})/,"$1****$2"):""};