Tomasz Sowa 6984a34fcd added to convert/text.h:
bool IsSubStringp(const StringType1 * short_str, const StringType2 * long_str);
bool IsSubString(const StringType1 * short_str, const StringType2 * long_str);
bool IsSubString(const StringType1 & short_str, const StringType2 & long_str);
bool IsSubStringNoCasep(const StringType1 * short_str, const StringType2 * long_str);
bool IsSubStringNoCase(const StringType1 * short_str, const StringType2 * long_str);
bool IsSubStringNoCase(const StringType1 & short_str, const StringType2 & long_str);
(moved from winix)





git-svn-id: svn://ttmath.org/publicrep/pikotools/trunk@1133 e52654a7-88a9-db11-a3e9-0013d4bc506e
2018-10-29 23:47:23 +00:00
2018-10-29 23:47:23 +00:00
2018-04-23 14:28:22 +00:00
2013-11-28 22:21:10 +00:00
2018-05-25 17:12:28 +00:00
2013-11-28 22:21:10 +00:00
2018-04-23 14:28:22 +00:00
Description
No description provided
2.2 MiB
Languages
C++ 98.3%
Shell 0.6%
C 0.6%
Makefile 0.5%