check-for-match

An 'String.match(regExp)' solution

Usage no npm install needed!

<script type="module">
  import checkForMatch from 'https://cdn.skypack.dev/check-for-match';
</script>

README

check-for-match NPM version Build Status Dependency Status Coverage percentage

An 'String.match(regExp)' solution

Installation

$ npm install --save check-for-match

Usage

var checkForMatch = require('check-for-match');

checkForMatch('Rainbow');

License

Apache-2.0 © Glenn Vandeuren