Skip to content

Latest commit

 

History

History
38 lines (24 loc) · 658 Bytes

.verb.md

File metadata and controls

38 lines (24 loc) · 658 Bytes

{%= include("header") %}

{%= include("highlight") %}

Usage

The module exposes a function that must be called to get the regex (modified from the split device regex in the node.js path module);

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

console.log(pathRootRegex() instanceof RegExp);
//=> true

See the [path-root][] module for examples.

Related projects

{%= include("related-list") %}

Contributing

{%= include("contributing") %}

Running tests

{%= include("tests") %}

Author

{%= include("author") %}

License

{%= copyright({linkify: true}) %} {%= license %}


{%= include("footer") %}

{%= reflinks(verb.reflinks) %}