com.singularsys.jep.functions.strings
Class StringFunctionSet

java.lang.Object
  extended by com.singularsys.jep.misc.FunctionSet
      extended by com.singularsys.jep.functions.strings.StringFunctionSet
All Implemented Interfaces:
JepComponent, java.io.Serializable

public class StringFunctionSet
extends FunctionSet

Adds string functions left, right, lower, upper, substring, len, mid, trim. Use jep.setComponent(new StringFunctionSet()); to add string functions. This will add the following functions to jep

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.singularsys.jep.misc.FunctionSet
functions
 
Constructor Summary
StringFunctionSet()
           
 
Method Summary
 
Methods inherited from class com.singularsys.jep.misc.FunctionSet
get, getLightWeightInstance, init, put, remove
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StringFunctionSet

public StringFunctionSet()


Copyright © 2010 Singular Systems http://www.singularsys.com/jep