string.findLast()

edit

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
edit

String for which to search.

start
number, optional
edit

End position of search from the left.

Examples

There are currently no examples for this function

See also