March 2002
Intermediate to advanced
528 pages
21h 29m
English
stristr
string stristr(stringstring, stringsearch)
Looks for search inside of
string, using a case-insensitive
comparison. Returns the portion of string
from the first occurrence of search to the
end of string. If
search is not found, the function returns
false. This function is a case-insensitive version
of strstr( ).