evancz / url-parser

Parse URLs into nicely structured data
http://package.elm-lang.org/packages/evancz/url-parser/latest/
BSD 3-Clause "New" or "Revised" License
114 stars 29 forks source link

How to get rest of path as string? #11

Closed ed-ilyin closed 7 years ago

ed-ilyin commented 7 years ago

I'm trying to figure out the way, how to get rest of the path as string as follow:

s "search" </> string |> format Search

but if path is like "/search/bla/bla/bla" it does not match. is it posible to get "bla/bla/bla" as a Search String?

process-bot commented 7 years ago

Thanks for the issue! Make sure it satisfies this checklist. My human colleagues will appreciate it!

Here is what to expect next, and if anyone wants to comment, keep these things in mind.

ed-ilyin commented 7 years ago

It was not an issue but question. So closing it.