Documentation

Find - Open Dev Kit Documentation

Open Dev Kit Documentation :: General :: Text :: Find

Root.Text.Find(
  Text String,
  Find String,
  Starting Character Integer,
  Case Sensitive Boolean,
  Reverse Boolean
) Integer
Returns the location of the first occurrence of text within the specified text, or -1 if it cannot be found

Parameters

Text String
The text being searched
Find String
The text to search for
Starting Character Integer
The character number to start searching from (0 is the first character)
Case Sensitive Boolean
Should the search be case-sensitive
Reverse Boolean
Should the search be in the reverse direction

Return Value

Integer

If you think anything is missing, please feel free to: submit documentation feedback on this page