README
Description
verify-regix is module who use to verify specific condition in string
functions
1. isValideEmail : Check if the email is compliant and returns a boolean
2. isBetween : Check if a word is within a range and returns a boolean
Verify regex
<script type="module">
import verifyRegex from 'https://cdn.skypack.dev/verify-regex';
</script>
verify-regix is module who use to verify specific condition in string
1. isValideEmail : Check if the email is compliant and returns a boolean
2. isBetween : Check if a word is within a range and returns a boolean