33_Pure
bool strEq(_In_opt_ strref s1, _In_opt_ strref s2);
51_Pure
bool strEqi(_In_opt_ strref s1, _In_opt_ strref s2);
69_Pure int32
strCmp(_In_opt_ strref s1, _In_opt_ strref s2);
85_Pure int32
strCmpi(_In_opt_ strref s1, _In_opt_ strref s2);
106_Pure
bool strRangeEq(_In_opt_ strref str, _In_opt_ strref sub, int32 off, uint32 len);
118_Pure
bool strRangeEqi(_In_opt_ strref str, _In_opt_ strref sub, int32 off, uint32 len);
136_Pure int32
strRangeCmp(_In_opt_ strref str, _In_opt_ strref sub, int32 off, uint32 len);
149_Pure int32
strRangeCmpi(_In_opt_ strref str, _In_opt_ strref sub, int32 off, uint32 len);
bool strEndsWith(strref str, strref sub)
bool strRangeEqi(strref str, strref sub, int32 off, uint32 len)
bool strEq(strref s1, strref s2)
bool strBeginsWith(strref str, strref sub)
int32 strCmpi(strref s1, strref s2)
int32 strRangeCmp(strref str, strref sub, int32 off, uint32 len)
bool strRangeEq(strref str, strref sub, int32 off, uint32 len)
bool strEndsWithi(strref str, strref sub)
int32 strRangeCmpi(strref str, strref sub, int32 off, uint32 len)
bool strBeginsWithi(strref str, strref sub)
int32 strCmp(strref s1, strref s2)
bool strEqi(strref s1, strref s2)
Core string types and fundamental operations.