- Found in:
- Baka
Description
Documentation String
Returns index of the start of the string to find in the passed string, start index determines what character of the passed string the search starts at
Caveats
Parameters
stringasString
stringasToFind
intaiStartIndex=0
Examples
Auto-Generated Example
string myString__asString
string myString__asToFind
int myInt__aiStartIndex
int returnedValue = StringUtil.Find(myString__asString, myString__asToFind, myInt__aiStartIndex)