public class Utils extends Object
| Constructor and Description |
|---|
Utils() |
| Modifier and Type | Method and Description |
|---|---|
static String |
retainUnquoted(String haystack,
char quoteChar) |
static String[] |
splitWithoutEscaped(String str,
char separatorChar,
boolean retainEmpty)
does not take into account escaped separators
|
static boolean |
startsWithIgnoreCase(String haystack,
String pattern) |
Copyright © 2019. All rights reserved.