Move the current offset until any of the characters in the null terminated list is found. This starts the search at the end of the string, and moves backwards. This also will not move the offset to a point lower than where it currently is. IMPLEMENTATION The null terminator in listofchars is not part of the search, unless the CheckForNull comes up TRUE. In that case, it will use the null character only if none of the others are found in the string. @return boolean - true if one of characters is found @param listofchars -list of characters (String) to search for
|
|