public final class WhitespaceUtils extends Object
Modifier and Type | Method and Description |
---|---|
static boolean |
endsWith(String s,
String suffix) |
static boolean |
isQuoted(String s) |
static boolean |
isWrappedWith(String s,
String prefix,
String suffix) |
static boolean |
startsWith(String s,
String prefix) |
static String |
unquote(String s) |
static String |
unwrap(String s,
String prefix,
String suffix) |
public static boolean isQuoted(String s)
Copyright © 2015. All Rights Reserved.