1.0.0 • Published 9 years ago
codebar-regex v1.0.0
Install
$ npm install --save codebar-regex
# OR
$ yarn add codebar-regexUsage
const codebarRegex = require('codebar-regex')
console.log(codebarRegex().test('A40156B')) // true
console.log(codebarRegex().test('A31117013206375B')) // trueCLI
$ npm install --global codebar-regex
# OR
$ yarn global add codebar-regexThen:
$ codebar A40156B
# trueContribute
Contributions are welcome. Please open up an issue or create PR if you would like to help out.
Note: If editing the README, please conform to the standard-readme specification.
License
Licensed under the MIT License.
1.0.0
9 years ago