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