All the operators in this package extend the base class StringOperator and implement
either BinaryOperatoror UnaryOperator depending on the type of operator
(binary or unary), but the concrete multi-operand operator doesn't implement any of these interfaces.
This package provides following string operators that can be used in constructing an expression that does string related operations.
|
Implementation of the StringCharAt operator. |
|
|
Implementation of the StringCompareToIgnoreCase operator. |
|
|
Implementation of the MathSubtract operator. |
|
|
Implementation of the StringContains operator. |
|
|
Implementation of the StringEndsWith operator. |
|
|
Implementation of the StringEqualsIgnoreCase operator. |
|
|
Implementation of the StringLength operator. |
|
|
A class for representing "like" operator that is operated on the supplied two strings. |
|
|
Implementation of the StringOperator operator. |
|
|
Implementation of the StringReplace operator. |
|
|
Implementation of the StringStartsWith operator. |
|
|
Implementation of the StringSubstring operator. |
|
|
Implementation of the StringToLowerCase operator. |
|
|
Implementation of the StringToUpperCase operator. |
|
|
Implementation of the StringTrim operator. |