org.jfree.formula.parser
Class ParserTools

java.lang.Object
  extended by org.jfree.formula.parser.ParserTools

public class ParserTools
extends java.lang.Object

Creation-Date: 03.11.2006, 18:57:23

Author:
Thomas Morgner

Method Summary
static java.lang.String stripQuote(java.lang.String s)
          Unconditionally removes the first and last character of the given string and also unquotes the quoted double-quotes.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

stripQuote

public static java.lang.String stripQuote(java.lang.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.