Skip to content

Wonkey types string findlast

wonkey:wonkey.types.String.FindLast

Method FindLast:Int( substr:String,from:Int=0 )#

Finds the last occurance of a substring in the string.

If substr is not found, -1 is returned.

Parameters
substr substr The substring to search for.
from from The start index for the search.