@CalcMgrIndexOf

Purpose:

Returns the index within this string of the first occurrence of the specified substring, starting at the specified index

Syntax:

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

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

Note:

If you use -1 for the index in either @CalcMgrIndexOf or @CalcMgrLastIndexOf (below), the entire string is searched.