Regular expression for matching the whitespace in a string.
Install with npm
$ npm i whitespace-regex --save
var regex = require('whitespace-regex')();
regex.test(' foo ');
//=> false
regex.test(' ');
//=> true
- copyright-regex: Regex for matching and parsing copyright statements. | homepage
- is-equal-regex: Returns true if regular expression A is equal to regex B. Compares the expression and… more | homepage
- todo-regex: Regular expression for matching TODO statements in a string. | homepage
Install dev dependencies:
$ npm i -d && npm test
Pull requests and stars are always welcome. For bugs and feature requests, please create an issue.
Jon Schlinkert
Copyright © 2015 Jon Schlinkert Released under the MIT license.
This file was generated by verb-cli on September 22, 2015.