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

Function dStrnatcasecmp

Engine/source/core/strings/stringFunctions.cpp:209–211  ·  view source on GitHub ↗

Compare, recognizing numeric string and ignoring case. */

Source from the content-addressed store, hash-verified

207
208/* Compare, recognizing numeric string and ignoring case. */
209S32 dStrnatcasecmp(const nat_char* a, const nat_char* b) {
210 return strnatcmp0(a, b, 1);
211}
212
213//------------------------------------------------------------------------------
214// non-standard string functions

Callers 9

_valueCompareMethod · 0.85
_keyCompareMethod · 0.85
IMPLEMENT_CALLBACKFunction · 0.85
_NodeCompareMethod · 0.85

Calls 1

strnatcmp0Function · 0.85

Tested by

no test coverage detected