MCPcopy Create free account
hub / github.com/GarageGames/Torque3D / dIsalnum

Function dIsalnum

Engine/source/core/strings/stringFunctions.h:180–183  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

178}
179
180inline bool dIsalnum(const char c)
181{
182 return isalnum(c);
183}
184
185inline bool dIsalpha(const char c)
186{

Callers 9

sGetArgNameAndTypeFunction · 0.85
isValidObjectNameFunction · 0.85
sanitiseVarNameFunction · 0.85
validateObjectNameFunction · 0.85
findPrevWordMethod · 0.85
findNextWordMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected