| |
|
| java.lang.Object xtc.xform.SubStringFunction
SubStringFunction | class SubStringFunction implements Function(Code) | | SubStringFunction external method class.
version: $Revision: 1.8 $ |
apply | public Object apply(List<Object> args)(Code) | | Return the sub substring specified by args1 and 2
Parameters: args - The target string and the start and end index of thesubstring The specified substring |
getName | public String getName()(Code) | | Get the name of the function.
the function name |
|
|
|