Returns true if the given string is punctuation characters.
npm install is-punctuation> Returns true if the given string is punctuation characters.
Install with npm:
``sh`
$ npm install --save is-punctuation
See the wikipedia punctuation article for more details.
`js`
var isPunctuation = require('is-punctuation');
console.log(isPunctuation('!'));
//=> true
console.log(isPunctuation('foo'));
//=> false
* is-extglob: Returns true if a string has an extglob. | homepage
* is-glob: Returns true if the given string looks like a glob pattern or an extglob pattern… more | true if the given string looks like a glob pattern or an extglob pattern. This makes it easy to create code that only uses external modules like node-glob when necessary, resulting in much faster code execution and initialization time, and a bet"" class="text-primary hover:underline" target="_blank" rel="noopener noreferrer">homepage
* punctuation-regex: Regular expression for matching punctuation characters. | homepage
Pull requests and stars are always welcome. For bugs and feature requests, please create an issue.
Please read the contributing guide for avice on opening issues, pull requests, and coding standards.
_(This document was generated by verb-generate-readme (a verb generator), please don't edit the readme directly. Any changes to the readme must be made in .verb.md.)_
To generate the readme and API documentation with verb:
`sh`
$ npm install -g verb verb-generate-readme && verb
Install dev dependencies:
`sh``
$ npm install -d && npm test
Jon Schlinkert
* github/jonschlinkert
* twitter/jonschlinkert
Copyright © 2017, Jon Schlinkert.
Released under the MIT license.
*
_This file was generated by verb-generate-readme, v0.2.3, on January 04, 2017._