public interface Quote
| Modifier and Type | Method and Description |
|---|---|
void |
curly(String key) |
void |
dequote(String key) |
void |
dequoteAll() |
void |
dq(String key) |
static Quote |
instance(Properties props) |
void |
quoteAll(char start,
char end) |
void |
scurly(String key) |
void |
sq(String key) |
Copyright © 2011–2018 David R. Smith. All rights reserved.