This package provides interfaces and classes for constructing expressions involving string operators.

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.


@see com.bea.p13n.expression.operator.string.StringOperator @see com.bea.p13n.expression.operator.BinaryOperator @see com.bea.p13n.expression.operator.UnaryOperator