![GitHub license](https://img.shields.io/badge/license-LGPL v3-lightgrey.svg)
A Swift library translating paths with wildcards like /api/user/:name
or /api/user/*
into regular expressions.
The main goal of PathToRegex is to add a great routing mechanism to SwiftExpress - web application framework for Swift.
PathToRegex is based on Path-to-RegExp JavaScript library. Thanks a lot, guys!
To get started, sign the Contributor License Agreement.