nootim-regex-easy

regex methods easy to use

Usage no npm install needed!

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

README

Regex-easy

A module to play with regex as easy as possible

How to use

const EasyRegex = require('nootim-easy-regex');

const testValue = EasyRegex.test.no.numbers('My string');