INDEXOF

This function returns the position of a pattern within a string.

_INDEXOF(string,pattern,fromIndex)

Parameter

Type

Required/
Optional

Description

string

String

Required

Specifies the string that the function will search.

pattern

String

Required

Specifies the pattern (substring) that the function will search for.

fromIndex

integer

Optional

Specifies the position within the string from which the function will begin to search.


iWay Software