SEARCH
Finds one text string within another (case-insensitive) and returns the start position.
| Category | Text |
| Syntax | SEARCH(find_text, within_text, [start_num]) |
Parameters
| Parameter | Required | Description |
|---|---|---|
find_text | Required | The text string to find (case-insensitive). |
within_text | Required | The text string to search within. |
start_num | Optional | The character position to start the search. Defaults to 1. |
Example
SEARCH("text")
Auto-generated from the EngCanvas function registry.