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

Function isLower

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

Source from the content-addressed store, hash-verified

32 }
33
34 bool isLower(char _ch)
35 {
36 return isInRange(_ch, 'a', 'z');
37 }
38
39 bool isAlpha(char _ch)
40 {

Callers 2

isAlphaFunction · 0.85
toUpperFunction · 0.85

Calls 1

isInRangeFunction · 0.85

Tested by

no test coverage detected