public class Quotes
extends java.lang.Object
| Constructor and Description |
|---|
Quotes() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
quotes(java.lang.String toEscape)
Convert strings with both quotes and ticks into: foo'"bar -> concat("foo'", '"', "bar")
|
public static Quotes escape