tehrengruber / ExpressPathToRegex.jl

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ExpressPathToRegex.jl

Build status Coverage Status License

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

This package is a direct (and complete) port of Path-to-RegExp to julia.

License

MIT

About

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

License:Other


Languages

Language:Julia 100.0%