SearchString

Module: ecere
Namespace: ecere::sys

char * SearchString(const char * buffer, int start, const char * subStr, bool matchCase, bool matchWord)

Parameters

buffer  const char *  (null) 
start  int  (null) 
subStr  const char *  (null) 
matchCase  bool  (null) 
matchWord  bool  (null) 
 
Return Value char *