FindString
Searches for the first occurrence of a String within a String by doing a case sensitive match. If textToFind find is "", a -1 will be returned.
Return Value
Integer : Returns the zero-based index of the first occurrence of a String within a String by doing a case sensitive match.
Parameters
String stringToSearch : The String that will be scanned.
Examples
FindString("Hello", "ll")
Output
2
------------------------------
Dan Fontaine
ConvergeOne, Inc.
------------------------------