RSearchString
Module:
ecere
Namespace:
ecere::sys
char *
RSearchString
(const char * buffer, const char * subStr, int maxLen,
bool
matchCase,
bool
matchWord)
Parameters
buffer
const char *
(null)
subStr
const char *
(null)
maxLen
int
(null)
matchCase
bool
(null)
matchWord
bool
(null)
Return Value
char *