public class StringUtils extends Object
Constructor and Description |
---|
StringUtils() |
Modifier and Type | Method and Description |
---|---|
static String |
createQuotedConstant(String str)
Puts strings inside quotes and numerics are left as they are.
|
static String |
createUnquotedConstant(String str)
Removes double-quotes from around a string
|
static boolean |
isQuotedConstant(String str)
Returns true if string starts and ends with double-quote
|
String |
urlDecode(String s)
URLDecode a string
|
String |
urlEncode(String s)
URLEncode a string
|
public static String createQuotedConstant(String str)
str
- public static String createUnquotedConstant(String str)
str
- public static boolean isQuotedConstant(String str)
str
- Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.