Locate one text string within a second text string, and return the number of the starting position of the first text string from the first character of the second text string.
Category: Text
Parameters
find_text: any
The text you want to find.
within_text: any
The text containing the text you want to find.
start_num: any
Optional. Specifies the character at which to start the search. The first character in within_text is character number 1. If you omit start_num, it is assumed to be 1.
Locate one text string within a second text string, and return the number of the starting position of the first text string from the first character of the second text string.
Category: Text