March 2002
Intermediate to advanced
528 pages
21h 29m
English
strstr
string strstr(stringstring, stringcharacter)
Returns the portion of string from the
first occurrence of character until the
end of string. If
character is not found, the function
returns false. If
character contains more than one
character, only the first is used.