Log in Register Dashboard Temp Share Shortlinks Frames API

cody - HTMLify profile

cody's Profile Picture

cody

4270 Files

634866 Views

Latest files of /cody/Khushigupta8/Hotel-Management-Webpage/node_modules/path-to-regexp

History.md cody/Khushigupta8/Hotel-Management-Webpage/node_modules/path-to-regexp/History.md
144 Views
0 Comments
0.1.7 / 2015-07-28
==================

* Fixed regression with escaped round brackets and matching groups.

0.1.6 / 2015-06-19
==================

index.js cody/Khushigupta8/Hotel-Management-Webpage/node_modules/path-to-regexp/index.js
129 Views
0 Comments
/**
* Expose `pathtoRegexp`.
*/

module.exports = pathtoRegexp;

/**
* Match matching groups in a regular expression.
LICENSE cody/Khushigupta8/Hotel-Management-Webpage/node_modules/path-to-regexp/LICENSE
216 Views
0 Comments
Media file
Readme.md cody/Khushigupta8/Hotel-Management-Webpage/node_modules/path-to-regexp/Readme.md
148 Views
0 Comments
# Path-to-RegExp

Turn an Express-style path string such as `/user/:name` into a regular expression.

**Note:** This is a legacy branch. You should upgrade to `1.x`.

## Usage

package.json cody/Khushigupta8/Hotel-Management-Webpage/node_modules/path-to-regexp/package.json
108 Views
0 Comments
{
"name": "path-to-regexp",
"description": "Express style path to RegExp utility",
"version": "0.1.7",
"files": [
"index.js",
"LICENSE"
],