kryshen.tema.functions
Class Strings
java.lang.Object
kryshen.tema.functions.Strings
public class Strings
- extends java.lang.Object
Functions for string manipulation.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TO_UPPER
public static final Function TO_UPPER
TO_LOWER
public static final Function TO_LOWER
SUBSTRING
public static final Function SUBSTRING
REPLACE
public static final Function REPLACE
XML_ESCAPE
public static final Function XML_ESCAPE
XML_CDATA
public static final Function XML_CDATA
REGEX_MATCH
public static final Function REGEX_MATCH
REGEX_REPLACE_FIRST
public static final Function REGEX_REPLACE_FIRST
REGEX_REPLACE_ALL
public static final Function REGEX_REPLACE_ALL
EQUAL
public static final Function EQUAL
CHAR
public static final Function CHAR
Strings
public Strings()