org.pentaho.reporting.libraries.formula.parser

Class ParserTools

public class ParserTools extends Object

Creation-Date: 03.11.2006, 18:57:23

Author: Thomas Morgner

Method Summary
static StringstripQuote(String s)
Unconditionally removes the first and last character of the given string and also unquotes the quoted double-quotes.
static StringstripReferenceQuote(String s)

Method Detail

stripQuote

public static String stripQuote(String s)
Unconditionally removes the first and last character of the given string and also unquotes the quoted double-quotes.

Parameters: s the string to be stripped.

Returns: the stripped string.

stripReferenceQuote

public static String stripReferenceQuote(String s)