1.0.3 ⢠Published 5 years ago
hide-email-phone-partially v1.0.3
Welcome to hide-email-phone-partially š
š Homepage
Module hides emails and phones partially from an input
Install
npm install hide-email-phone-partially
Usage
const hideEmailPhone = require('hide-email-phone-partially')
Example:
var email = 'exampleemail@domail.com';
console.log(hideEmailPhone(email))
var phoneNumber = '62811203898';
console.log(hideEmailPhone(phoneNumber))
The output variable will be equal to:
`ex**pl**ma**@domail.com
6281****898
Run tests
npm run test
Author
š¤ Ali Jaradat (AmJaradat01@gmail.com)
- Github: @AmJaradat01
Show your support
Give a āļø if this project helped you!