search keywords in text
int okutil_search_text( LPCSTR pcszKeywords, LPCSTR pcszText, char cSep )
Returns number of keywords found in text
EX1
void okutil_search_text_ex() { int nRet = okutil_search_text("red|blue|black", "Superman is in red and blue", '|'); out_int("nRet=", nRet); }
is_in_list
origin.h