MCPcopy Create free account
hub / github.com/TorqueGameEngines/Torque3D / dStrnatcmp

Function dStrnatcmp

Engine/source/core/strings/stringFunctions.cpp:203–205  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

201
202
203S32 dStrnatcmp(const nat_char* a, const nat_char* b) {
204 return strnatcmp0(a, b, 0);
205}
206
207
208/* Compare, recognizing numeric string and ignoring case. */

Callers 9

_valueCompareMethod · 0.85
_keyCompareMethod · 0.85
operator<Method · 0.85
operator>Method · 0.85
operator<=Method · 0.85
operator>=Method · 0.85
IMPLEMENT_CALLBACKFunction · 0.85

Calls 1

strnatcmp0Function · 0.85

Tested by

no test coverage detected