gg-regex

All regex validations you just ever wanted

Usage no npm install needed!

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

README

GG regex 🔰

GG regex was build to offer you test your regular expressions without write a single one!

Using GG regex methods

const ggregex = require('gg-regex')

if (ggregex.emailIsValid('youremail@email.com')) {
  return 'Your email is valid!';
} else {
  return 'Your email is not valid!';
}

Documentation

The documentation is being written to help you use all methods of this awesome library 🚀