public final class QuoteUtil
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
static java.lang.String |
convert(java.lang.String text)
Reads the input text with possible single quotes as delimiters
and returns a String correctly formatted.
|
public static java.lang.String convert(java.lang.String text)
For convenience, single quotes as well as double quotes are allowed to delimit strings. If single quotes are used, any quotes, single or double, in the string must be escaped (prepend with a '\').
text - the input data