Search

Last Index Of

Last Updated: Dec 10, 2020

Articles

Use this function to get the last index of the search string in the input string.

Syntax

LastIndexOf (search_string, input)

Parameters

Input Parameter Name Description
search_string search string
input input string

Returns

Return value Description
text Returns the index

Sample

  1. LastIndexOf (JIFFY, FY) = 3
  2. LastIndexOf (JIFFY, Y) = 4

To view all the Text functions, click here.

Did you find what you were looking for?