shrine-medco/shrine-webclient/src/main/html/node_modules/path-root-regex275baa8d440cbranches/1.22.5
shrine-medco/shrine-webclient/src/main/html/node_modules/path-root-regex
275baa8d440cbranches/1.22.5
path-root-regex
path-root-regex
README.md
README.md
path-root-regex ![NPM version](https://www.npmjs.com/package/path-root-regex) ![NPM downloads](https://npmjs.org/package/path-root-regex) ![Build Status](https://travis-ci.org/regexhq/path-root-regex)
Regular expression for getting the root of a posix or windows filepath.
You might also be interested in path-root.
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);
js var pathRootRegex = require('path-root-regex'); console.log(pathRootRegex() instanceof RegExp); //=> true
See the path-root module for examples.
Related projects
You might also be interested in these projects:
- is-absolute: Polyfill for node.js path.isAbolute. Returns true if a file path is absolute. | homepage
- parse-filepath: Parse a filepath into an object. Falls back on the native node.js path.parse method if… more | homepage
Contributing
Pull requests and stars are always welcome. For bugs and feature requests, please create an issue.
Running tests
Install dev dependencies:
sh $ npm install -d && npm test
Author
Jon Schlinkert
License
Copyright © 2016, Jon Schlinkert. Released under the MIT license.
_This file was generated by verb, v, on March 29, 2016._
c4science · Help