41int32
strFind(_In_opt_ strref s, int32 start, _In_opt_ strref find);
75int32
strFindR(_In_opt_ strref s, int32 end, _In_opt_ strref find);
int32 strFindR(strref s, int32 end, strref find)
int32 strFind(strref s, int32 start, strref find)
Core string types and fundamental operations.