Skip to content

indexofi()#

Syntax
indexofi( search_string, target_string var, start_number )

Returns#

Returns the 1 based offset_number of search_string within the target_string. The search is case in-sensitive.

Parameters#

Parameter Description
search_string the string that will be searched for
target_string the string that will be searched
start_number the 1 based starting offset withing the target_string where the search will begin