2.0.5 • Published 2 years ago

@skapxd/validate v2.0.5

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

��# How to use

import { regexValidate, MapOfRegExpValidate } from "@skapxd/regex-validate";

/** @type {boolean} */
const isValid = regexValidate({
    stringToValidate: "test@test.test",
    regExp: MapOfRegExpValidate.email, // any regular expression -> /any/ 
});

console.log({ isValid });
2.0.5

2 years ago

2.0.4

2 years ago

2.0.3

2 years ago

2.0.2

2 years ago

2.0.1

2 years ago

2.0.0

2 years ago