public class RegEscapeTool extends EscapeTool
| Constructor | Description |
|---|---|
RegEscapeTool() |
| Modifier and Type | Method | Description |
|---|---|---|
TypeValuesPair |
decode(String raw) |
|
String |
encode(TypeValuesPair data) |
|
static RegEscapeTool |
getInstance() |
escape, quote, unescape, unquotepublic RegEscapeTool()
public static final RegEscapeTool getInstance()
public TypeValuesPair decode(String raw)
public String encode(TypeValuesPair data)