public final class StringUtils extends Object
| Constructor and Description |
|---|
StringUtils() |
| Modifier and Type | Method and Description |
|---|---|
static String |
implode(Object array,
String delimiter) |
static Boolean |
matches(String text,
String pattern,
String escapeChar)
Check if the given text matches a pattern
|
static Number |
parseNumber(String numberAsString)
Parse a number as string
|
static String |
replaceDoubleSingleQuotes(String value)
Replace double single quotes in the target string
|
static String |
replaceSingleQuotes(String value)
Replace single quotes in the target string by double single quotes
|
static String |
rightPad(String text,
int len,
char paddingChar) |
public static String replaceDoubleSingleQuotes(String value)
public static String replaceSingleQuotes(String value)
public static Number parseNumber(String numberAsString) throws javax.jms.InvalidSelectorException
javax.jms.InvalidSelectorExceptionpublic static Boolean matches(String text, String pattern, String escapeChar)
Copyright © 2021. All rights reserved.