isSubDelim

private fnbool isSubDelim(dchar c) @nogc nothrow @safe

Returns true if c is a sub-delimiter ASCII character (RFC 3986).

Parameters

cCode point to test.

Returns

true if c is a sub-delimiter ASCII character, false otherwise.