validateTemplateURILiteral

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

@safe
void
validateTemplateURILiteral
(
string literal
,
size_t index
)

Throws

TemplateURIFormatException in case of malformed characters.

Meta