string.findLast()

Finds the last occurrence of a substring in a string, from a specified start position. The search is case-sensitive.

Introduced: 5.3.5.22

string.findLast( substring=string, start=number )

Returns: Number

Argument Description
substring
string, required

String for which to search.

start
number, optional

End position of search from the left.

Examples

There are currently no examples for this function

See also