MCPcopy Create free account
hub / github.com/IppClub/Dora-SSR / isUpper

Function isUpper

Source/3rdParty/bx/src/string.cpp:29–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27 }
28
29 bool isUpper(char _ch)
30 {
31 return isInRange(_ch, 'A', 'Z');
32 }
33
34 bool isLower(char _ch)
35 {

Callers 3

isAlphaFunction · 0.85
toLowerFunction · 0.85
writeFunction · 0.85

Calls 1

isInRangeFunction · 0.85

Tested by

no test coverage detected