Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/crownengine/crown
/ isNumeric
Function
isNumeric
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
init
Method · 0.85
parser
Function · 0.85
fromString
Function · 0.85
isAlphaNum
Function · 0.85
isHexNum
Function · 0.85
strCmpV
Function · 0.85
write
Function · 0.85
Calls
1
isInRange
Function · 0.85
Tested by
no test coverage detected