verify-regex

Verify regex

Usage no npm install needed!

<script type="module">
  import verifyRegex from 'https://cdn.skypack.dev/verify-regex';
</script>

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