find_text,within_text,start_num!Returns the number of the character at which a specific character or text string is first ...

!find_text,within_text,start_num!!Returns the number of the character at which a specific character or text string is first found, reading left to right (not case-sensitive)!is the text you want to find. You can use the ? and * wildcard characters; use ~? and ~* to find the ? and * characters!is the text in which you want to search for Find_text!is the character number in Within_text, counting from the left, at which you want to start searching. If omitted, 1 is used!