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.
|
static java.lang.String |
stripReferenceQuote(java.lang.String s) |
public static java.lang.String stripReferenceQuote(java.lang.String s)
public static java.lang.String stripQuote(java.lang.String s)
s
- the string to be stripped.