damnhandy / Handy-URI-Templates

A Java URI Template processor implementing RFC6570

Home Page:https://damnhandy.github.io/Handy-URI-Templates/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Expose regex pattern

testn opened this issue · comments

commented

It would be nice to expose the pattern that URI template used internally so that developers can use it to perform the URI matching as well as extracting parameter from the template without relying on URI template afterwards.

Can't do that, mainly because this library doesn't use RegEx to parse the URI template string, so there is nothing to expose. However, this feature is being worked on as part issue #2