Find a substring. The search does not include terminating null characters.
Return value:
Returns a string starting from the first occurrence of strCharSet in string, or an empty string if strCharSet does not appear in string. If strCharSet points to a string of zero length, the function returns string.