Class SubstringFunction

java.lang.Object
org.citrusframework.functions.core.SubstringFunction
All Implemented Interfaces:
Function

public class SubstringFunction extends Object implements Function
Function implements simple substring functionality. Function requires at least a target string and a beginIndex as function parameters. A optional endIndex may be given as function parameter, too. The parameter usage looks like this: substring(targetString, beginIndex, [endIndex]).