@CalcMgrLastIndexOf

Purpose:

Returns the index within this string of the last occurrence of the specified substring, searching backwards and starting at the specified index

Syntax:

Java Class: com.hyperion.calcmgr.common.cdf.StringFunctions.lastIndexOf(String,String,int)

CDF Spec: @CalcMgrLastIndexOf(text,searchText,begIndex)