Search a string for a set of keywords.
Search a string for a set of keywords.This function uses case-sensitive searching (strstr() to locate any of a set of keywords within a string. Partial matching is done, so that, for instance, "word" will match "keywords". Please note that THE keywords ARGUMENT WILL BE DESTROYED IN THE PROCESS OF SEARCHING.