Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
isAlpha
Function · 0.85
toLower
Function · 0.85
write
Function · 0.85
Calls
1
isInRange
Function · 0.85
Tested by
no test coverage detected