Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/IppClub/Dora-SSR
/ isNumeric
Function
isNumeric
Source/3rdParty/bx/src/string.cpp:44–47 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
42
}
43
44
bool isNumeric(char _ch)
45
{
46
return isInRange(_ch,
'0'
,
'9'
);
47
}
48
49
bool isAlphaNum(char _ch)
50
{
Callers
7
parser
Function · 0.70
fromString
Function · 0.70
isAlphaNum
Function · 0.70
isHexNum
Function · 0.70
strCmpV
Function · 0.70
write
Function · 0.70
init
Method · 0.50
Calls
1
isInRange
Function · 0.85
Tested by
no test coverage detected