FindNoCase
Last updated
Was this helpful?
Last updated
Was this helpful?
Finds the first occurrence of a substring in a string, from a specified start position.
substring
string
true
The string you are looking for.
string
string
true
The string to search in.
start
integer
false
The position from which to start searching in the string. Default is 1.
1