isValidUppercaseCode

Same as isValidCode but doesn't convert the code to uppercase before handling, thus failing validation when using lowercase characters.

@safe nothrow @nogc pure
bool
isValidUppercaseCode
(
string codeString
)

Meta