Concept Framework 2.0 documentation Contents | Index

standard.C.string.strstr

Name Version Deprecated
strstr version 1.0 no

Prototype:
string strstr(string string, string strSearch);

Parameters:
string      Null-terminated string to search
strCharSet      Null-terminated string to search for

Description:
Find a substring. The search does not include terminating null characters.

Returns:
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.

Documented by Eduard Suica, generation time: Fri Jan 21 18:06:20 2011 GMT(c)2011 RadGs Software