js_regex_librarie
v1.0.9
Published
Librarie with validations tools
Downloads
40
Readme
js_regex_librarie
Configuration
- First install the package
npm install --save - Autor: Santiago Ojeda Botan
To use package and contain functions import in your file js_regex_librarie and call the functions:
const cValidators = require('js_regex_librarie');
cValidators.emailValidator('[email protected]');Autor: Santiago Ojeda Botan
