Which method is used to find the last index of a specific character or substring within a string?
searchLast()
locateLast()
findLastIndex()
lastIndexOf()