uri_template v1.2.1 UriTemplate.Expression
Represents an URI template expression (the bits surrounded in curly braces).
Link to this section Summary
Link to this section Functions
Link to this function
expand(expression, vars)
Returns the expanded expression as a string.
Link to this function
from_string(expr_str)
Returns a parsed expression that can be expanded using the expand/2
function.