This library provides easy expansion of URI templates.
It is an implementation of a soon-to-be RFC, found at http://code.google.com/p/uri-templates/
So far, the library only supports simple String values, and no modifiers on the variable specs.
Given the template:
and the context q=nalle, the result will be
http://www.google.com/?q=nalle
This library is a product of the Cloudname Open Source factory.
The algorithm used is based on appendix A of the RFC.