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

Function isAlpha

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

Source from the content-addressed store, hash-verified

37 }
38
39 bool isAlpha(char _ch)
40 {
41 return isLower(_ch) || isUpper(_ch);
42 }
43
44 bool isNumeric(char _ch)
45 {

Callers 3

isIdentifierValidFunction · 0.85
parseMethod · 0.85
isAlphaNumFunction · 0.85

Calls 2

isLowerFunction · 0.85
isUpperFunction · 0.85

Tested by

no test coverage detected