@CalcMgrFindLast

Purpose:

Find the last substring of this string that matches the given regular expression.

Syntax:

Java Class: com.hyperion.calcmgr.common.cdf.StringFunctions.findLast(String,String,boolean)

CDF Spec: @CalcMgrFindLast(text, regExpr, ignoreCase)