Skip to content

String.Find

Name Mandatory Description Default Type
⬅️ Input The string to check. String
Output ➡️ The index of the first occurence of the string specified, or -1 if the string is not found. Int
ToFind No The string to find. none StringVar(String)

Finds the next occurence of the string specified in the String parameter in the input string and outputs the index of the first occurence.