- subString
- the string to find.
- start
- the starting offset.
Documentation for this section has not yet been entered.
Type Reason Java.Lang.NullPointerException if subString is null.
Returns the next index of the given string in this string, or -1. The search for the string starts at the given offset and moves towards the end of this string.