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

FindLast( substring=string, string=string, start=number );

Returns: Number

Argument Description Default
substring
string, required

String for which to search.

string
string, required

String in which to search.

start
number, optional

End position of search from the left.

1

Examples

There are currently no examples for this function 17,700ms WARN No examples for function findlast

See also