validateTemplateURIVariableName

Checks if the given literal parameter is valid according to RFC 6570 section 2.3.

@safe
void
validateTemplateURIVariableName
(
string varname
,
size_t index
)

Throws

TemplateURIFormatException in case of malformed characters.

Meta