Skip to content

Instantly share code, notes, and snippets.

@tomieric
Created January 14, 2015 06:55
Show Gist options
  • Save tomieric/9475f18319dfbb2529ff to your computer and use it in GitHub Desktop.
Save tomieric/9475f18319dfbb2529ff to your computer and use it in GitHub Desktop.
手机号码隐藏4位
'13800138000'.replace(/(\d{3})(\d{4})(\d{4})/,'$1****$3')
// 138****8000
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment