Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
isIdentifierValid
Function · 0.85
parse
Method · 0.85
isAlphaNum
Function · 0.85
Calls
2
isLower
Function · 0.85
isUpper
Function · 0.85
Tested by
no test coverage detected