isValidUppercaseCode

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

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

Meta