NWLstrcoll
Compares two strings according to the rules of the current locale
#include <time.h> or #define NWL_EXCLUDE_TIME
#include <stdio.h> or #define NWL_EXCLUDE_FILE
#include <nwlocale.h>
nint N_API NWLstrcoll (
const nstr N_FAR *string1,
const nstr N_FAR *string2);
uses netwin32
Function NWLstrcoll
(string1 : pnstr;
string2 : pnstr
) : nint;
When the string1 / string2 parameter combination is relative to current locale setting:
NWLstrcoll compares `string1’ to `string2’. Both are interpreted as appropriate to the LC_COLLATE category of the current locale. For a locale-sensitive comparison of two strings, call NWLstrcoll instead of the strcmp function.
The comparison between string1 and string2 is case insensitive.