Skip to content

Instantly share code, notes, and snippets.

@yogithesymbian
Created May 7, 2025 00:35
Show Gist options
  • Save yogithesymbian/c81b5ac68d0b6dacd8c49d5c43a7d384 to your computer and use it in GitHub Desktop.
Save yogithesymbian/c81b5ac68d0b6dacd8c49d5c43a7d384 to your computer and use it in GitHub Desktop.
marsk phone number | yo security yo data ai
function maskPhoneNumber(phone) {
return phone.replace(/^(\d{4})\d{4}(\d{3})$/, '$1*****$2');
}
@yogithesymbian
Copy link
Author

recall

POST /api/whatsapp-link
Body: { userId: 123 }

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment