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