February 2013
Intermediate to advanced
538 pages
20h 55m
English
stristr
string stristr(stringstring, stringsearch[, intbefore])
Returns the portion of string from
the first occurrence of character using
case-insensitive comparison until the end of
string, or from the first occurrence of
character until the beginning of
string if before
is specified and true. If
character is not found, the function
returns false. If
character contains more than one character,
only the first is used.
Read now
Unlock full access