Package org.jfree.formula.function.text

Class Summary

ExactFunction This function reports if two given text values are exactly equal using a case-sensitive comparison.
ExactFunctionDescription Describes ExactFunction function.
FindFunction This function returns the starting position of a given text in the given text.
FindFunctionDescription Describes FindFunction function.
LeftFunction This function returns a selected number of text characters from the left.
This function depends on MidFunction.
LeftFunctionDescription Describes LeftFunction function.
LenFunction This function returns the lengh in characters of the given value.
LenFunctionDescription Describes LenFunction function.
LowerFunction This function returns the given text in lower case.
LowerFunctionDescription Describes LowerFunction function.
MidFunction This function returns extracted text, given an original text, starting position, and length.
MidFunctionDescription Describes MidFunction function.
ReplaceFunction This function returns text where an old text is substituted with a new text.
ReplaceFunctionDescription Describes ReplaceFunction function.
ReptFunction This function returns text repeated Count times.
ReptFunctionDescription Describes ReptFunction function.
RightFunction This function returns a selected number of text characters from the right.
This function depends on MidFunction.
RightFunctionDescription Describes RightFunction function.
SubstituteFunction This function returns text where an old text is substituted with a new text.
SubstituteFunctionDescription Describes SubstituteFunction function.
TextFunction This function returns the given value as text.
TextFunctionCategory Creation-Date: 05.11.2006, 14:30:36
TextFunctionDescription ========================================= LibFormula : a free Java formula library ========================================= Project Info: http://reporting.pentaho.org/libformula/ (C) Copyright 2006-2007, by Pentaho Corporation and Contributors.
TFunction This function returns the given text value or a zero lenght string for non text type.
TFunctionDescription Describes TFunction function.
TrimFunction This function returns the given text free of leading spaces.
TrimFunctionDescription Describes TrimFunction function.
UpperFunction This function returns the given text in upper case.
UpperFunctionDescription Describes UpperFunction function.
URLEncodeFunction This function encodes a given text using the URL-Encoding schema.
URLEncodeFunctionDescription Describes LowerFunction function.