ZindexOf

Returns the 1-based character position of the first occurrence of a search string in the text, or 0 if not found.

Syntax

ZindexOf{text;search}

Arguments

NameTypeRequiredDefault
textstringYes-
searchstringYes-

Example

ZindexOf{Hello World;World}