isUpper

Checks whether the passed char is in uppercase as per the supplied case mappings.

pure @safe nothrow @nogc
isUpper

Parameters

c char

Character to examine.

caseMapping IRCServer.CaseMapping

Server case mapping; maps uppercase to lowercase characters.

Return Value

Type: auto

true if the passed c is in uppercase, false if not.