44int32
strFind(_In_opt_ strref s, int32 start, _In_opt_ strref find);
62int32
strFindi(_In_opt_ strref s, int32 start, _In_opt_ strref find);
96int32
strFindR(_In_opt_ strref s, int32 end, _In_opt_ strref find);
112int32
strFindRi(_In_opt_ strref s, int32 end, _In_opt_ strref find);
200int32
strFindAny(_In_opt_ strref s, int32 start, _In_opt_ strref chars);
215int32
strFindAnyi(_In_opt_ strref s, int32 start, _In_opt_ strref chars);
234int32
strFindAnyR(_In_opt_ strref s, int32 end, _In_opt_ strref chars);
249int32
strFindAnyRi(_In_opt_ strref s, int32 end, _In_opt_ strref chars);
int32 strFindChar(strref s, int32 start, char find)
int32 strFindChari(strref s, int32 start, char find)
int32 strFindNotAnyRi(strref s, int32 end, strref chars)
int32 strFindAnyR(strref s, int32 end, strref chars)
int32 strFindNotAny(strref s, int32 start, strref chars)
int32 strFindNotAnyi(strref s, int32 start, strref chars)
int32 strFindR(strref s, int32 end, strref find)
int32 strFindNotAnyR(strref s, int32 end, strref chars)
int32 strFindi(strref s, int32 start, strref find)
int32 strFind(strref s, int32 start, strref find)
int32 strFindCharRi(strref s, int32 end, char find)
int32 strFindAnyRi(strref s, int32 end, strref chars)
int32 strFindAny(strref s, int32 start, strref chars)
int32 strFindAnyi(strref s, int32 start, strref chars)
int32 strFindCharR(strref s, int32 end, char find)
int32 strFindRi(strref s, int32 end, strref find)
Core string types and fundamental operations.