org.pentaho.reporting.libraries.formula.parser
public class ParserTools extends Object
Method Summary | |
---|---|
static String | stripQuote(String s)
Unconditionally removes the first and last character of the given string and also unquotes the quoted double-quotes.
|
static String | stripReferenceQuote(String s) |
Parameters: s the string to be stripped.
Returns: the stripped string.