@ahassani/rex
v0.0.4
Published
Some regEx For ayoub hassani
Downloads
8
Readme
Rex
summary
this package contains a set of regular expressions, and that's all.
INSTALL
npm i @ahassani/rex -S
Usage
const {email,alpha,num} = require("@ahassani/rex");
email.test("[email protected]") //will return true
alpha.test("2233er") //will return false
num.test("1234") //will return true