public class SubstringFunction extends BaseFEELFunction
Constructor and Description |
---|
SubstringFunction() |
Modifier and Type | Method and Description |
---|---|
FEELFnResult<String> |
invoke(String string,
Number start) |
FEELFnResult<String> |
invoke(String string,
Number start,
Number length) |
getName, getParameterNames, getSymbol, invoke, invokeReflectively, isCustomFunction, setName
public FEELFnResult<String> invoke(String string, Number start)
public FEELFnResult<String> invoke(String string, Number start, Number length)
Copyright © 2001–2018 JBoss by Red Hat. All rights reserved.