eg: '210711生日4417' => '210711********4417'
Str.replace(/^(\d{6})\d{8}(.{4}$)/g, `$1${Array(9).join('*')}$2`)