no-dash
v1.0.2
Published
A Node.js package that will check if a string contains a dash (-) or not.
Readme
nodash
A Node.js package that will check if a string contains a dash (-) or not.
Install
npm install no-dashUsage
var nodash = require('no-dash');
nodash("does not include a dash"); // => true
nodash("includes-dash"); // => falseAuthor
Josh Finnie <[email protected]>
