| Constructor and Description |
|---|
UonUtils() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
needsQuotes(String s)
Returns
|
public UonUtils()
public static final boolean needsQuotes(String s)
For example, strings that start with '(' or '@' or look like boolean or numeric values need to be quoted.
s - The string to test.Copyright © 2016–2019 The Apache Software Foundation. All rights reserved.