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');
regex methods easy to use
<script type="module">
import nootimRegexEasy from 'https://cdn.skypack.dev/nootim-regex-easy';
</script>
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');