Skip to content

Latest commit

 

History

History
38 lines (25 loc) · 519 Bytes

.verb.md

File metadata and controls

38 lines (25 loc) · 519 Bytes

{%= name %} {%= badge("fury") %}

{%= description %}

Install

{%= include("install-npm", {save: true}) %}

Usage

var regex = require('{%= name %}')();

regex.test('      foo    ');
//=> false

regex.test('             ');
//=> true

Other regex projects

{%= related(verb.related.list) %}

Running tests

{%= include("tests") %}

Contributing

{%= include("contributing") %}

Author

{%= include("author") %}

License

{%= copyright() %} {%= license() %}


{%= include("footer") %}