Class SubstringFunction
java.lang.Object
org.citrusframework.functions.core.SubstringFunction
- All Implemented Interfaces:
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]).
-
Field Summary
Fields inherited from interface org.citrusframework.functions.Function
functions, logger, RESOURCE_PATH -
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
SubstringFunction
public SubstringFunction()
-
-
Method Details
-
execute
- Specified by:
executein interfaceFunction- Throws:
InvalidFunctionUsageException- See Also:
-