public class StringUtil extends Object
| Constructor and Description |
|---|
StringUtil() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
containsOnWordBoundaryCaseInsensitive(String str,
String contains) |
static String |
decode(byte[] bytes) |
static byte[] |
encode(String value) |
static String |
removeAll(String text,
String regex) |
static String |
replaceAll(String text,
String regex,
String replacement) |
static String |
toCamelCase(String text) |
Copyright © 2016–2021 MWARE SOLUTIONS. All rights reserved.