strFind function
strFind Integer
strFind (String input, String findstring)
Performs a case sensitive search in the input string for the find string. The index in the input string where the find string is returned if found, -1 if the findstring was not found.
Parameters:
input - string to examine
findstring - string to look for
Returns:
Integer containing the index where the findstring was found. -1 is returned if the findstring was not found.
Tip: For faster searching, add an asterisk to the end of your partial query. Example: cert*