Skip to content

LibReg is a package allows you to use popular regex(s) easily using a user-friendly library

License

Notifications You must be signed in to change notification settings

TickerDev/LibReg

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

What is LibReg

LibReg is a package allows you to use popular regex(s) easily using a user-friendly library

Installation

npm install libreg --save

Usage

const LibReg = require("libreg");
const reg = new LibReg();

// output: true
reg.emailValidator("[email protected]");

// output: false
reg.phoneNumberValidator("Phone number go BRRR")

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

MIT

About

LibReg is a package allows you to use popular regex(s) easily using a user-friendly library

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published