org.pentaho.reporting.libraries.formula.parser
public class ParserTools extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
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.
|