Giter Site home page Giter Site logo

devinekadeni / word-masking-helper Goto Github PK

View Code? Open in Web Editor NEW
1.0 3.0 0.0 6 KB

A simple javascript helper for masking email and phone number

License: MIT License

JavaScript 100.00%
word-masking-helper masking masking-email masking-phone masking-phonenumber masking-helper

word-masking-helper's Introduction

Word-Masking-Helper

A simple javascript helper for masking email and phone number

Installation

npm install word-masking-helper

Examples

import emailPhoneMasking, { maskingEmail, maskingPhone } from 'word-masking-helper'

const description = `
Hi, my name Devin Ekadeni.
You can contact me by email:
- [email protected]
- [email protected]

Or you can contact me by phone:
- 08123456789
- +628123456789
- (021) - 5312345

Or you could call my manager at 09871234567 or [email protected]
`

const maskedDescription = emailPhoneMasking(description)

console.log(maskedDescription)

/* Console Output
Hi, my name Devin Ekadeni.
You can contact me by email:
- d**********i@e*******com
- e***********n@e*********.id

Or you can contact me by phone:
- 081******89
- +62********89
- (02**********45

Or you could call my manager at 098*******7 or v**a@e*******com
*/

// You can also use `maskingEmail` or `maskingPhone` only

you can try the sandbox here

word-masking-helper's People

Contributors

devinekadeni avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.