com.japisoft.formula.lib.standard.str
Class Strget
java.lang.Object
|
+--com.japisoft.formula.lib.Function
|
+--com.japisoft.formula.lib.standard.AbstractFunction
|
+--com.japisoft.formula.lib.standard.str.Strget
- public class Strget
- extends AbstractFunction
Extract a substring :
strget : String, Start position from 1, End position starting from 1. Ex : strget( "ab", 1,2 ) = "ab"
More information at : http://www.japisoft.com
- Version:
- 1.0
- Author:
- (c) 2004 JAPISoft / http://www.japisoft.com
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Strget
public Strget()
evaluate
public Variant evaluate(ListOfArgument args)
- Specified by:
evaluate
in class Function
- Returns:
- an evaluation of the function for the following args.