in reply to Re^2: Adding regexps to named URI parameters aka /from/:foo/to/:bar - can it get better than this?
in thread Adding regexps to named URI parameters aka /from/:foo/to/:bar - can it get better than this?

To match add dependency on standalone cpan module that does it
  • Comment on Re^3: Adding regexps to named URI parameters aka /from/:foo/to/:bar - can it get better than this?

Replies are listed 'Best First'.
Re^4: Adding regexps to named URI parameters aka /from/:foo/to/:bar - can it get better than this?
by Dallaylaen (Chaplain) on Sep 12, 2017 at 11:02 UTC
    Looks like Routes::Tiny does it. Hmmm, maybe I'll try it. Thanks!