-
-
Notifications
You must be signed in to change notification settings - Fork 386
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
support +s #26
Comments
@jonathanong From what he wants, it isn't currently possible since the param needs to equal an array of the parts. Perhaps we can come up with a key syntax for supporting this or add a key utility as part of the module instead of just giving back regexps? |
Otherwise we can just return the thing itself repeated and the user can split on the slashes? |
gah i'm not sure what's the best option. maybe change the entire project to be |
errr actually |
since this would require a completely different name, maybe just use a different library. maybe https://github.com/expressjs/path-match since that's the API i was looking for. |
This could be possible with a small refactor. If this repo provides the |
* The tail property looks kind of flimsy and its unnecessary with the latest `path-to-regexp` * Splits repeat parameter names by their delimiter * Closes component/path-to-regexp#26
not sure if it's supported right now
expressjs/express#2134
The text was updated successfully, but these errors were encountered: