- 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 index of the start of the previous match for the given string in this string, or -1. The search for the string starts at the given index and moves towards the beginning of this string.