Package org.pentaho.reporting.libraries.formula.function.text
package org.pentaho.reporting.libraries.formula.function.text
-
ClassesClassDescriptionThis function reports if two given text values are exactly equal using a case-sensitive comparison.Describes ExactFunction function.This function returns the starting position of a given text in the given text.Describes FindFunction function.This function returns a selected number of text characters from the left.
This function depends onMidFunction
.Describes LeftFunction function.This function returns the lengh in characters of the given value.Describes LenFunction function.This function returns the given text in lower case.Describes LowerFunction function.Todo: Document me!This function returns extracted text, given an original text, starting position, and length.Describes MidFunction function.This function returns text where an old text is substituted with a new text.Describes ReplaceFunction function.This function returns text repeated Count times.Describes ReptFunction function.This function returns a selected number of text characters from the right.
This function depends onMidFunction
.Describes RightFunction function.This function returns text where an old text is substituted with a new text.Describes SubstituteFunction function.This function returns the given value as text.Creation-Date: 05.11.2006, 14:30:36This function returns the given text value or a zero lenght string for non text type.Describes TFunction function.This function returns the given text free of leading spaces.Describes TrimFunction function.This function returns the given value as text.This function returns the given value as text.This function returns the given text in upper case.Describes UpperFunction function.This function encodes a given text using the URL-Encoding schema.Describes LowerFunction function.