Search MethodSearches for the first occurrence of a substring in a String type parameter. Returns the index of the start of the substring. Returns -1 is the substring specified is not found. Syntaxstring.Search(StringToBeSearchedFor): Integer where StringToBeSearchedFor is the name of the SubString parameter. Example
Sample
|