Skip to main content

SEARCH

Finds one text string within another (case-insensitive) and returns the start position.

CategoryText
SyntaxSEARCH(find_text, within_text, [start_num])

Parameters

ParameterRequiredDescription
find_textRequiredThe text string to find (case-insensitive).
within_textRequiredThe text string to search within.
start_numOptionalThe character position to start the search. Defaults to 1.

Example

SEARCH("text")

Auto-generated from the EngCanvas function registry.