public class StringUtil extends Object
| Constructor and Description |
|---|
StringUtil() |
| Modifier and Type | Method and Description |
|---|---|
static byte[] |
decode(String str) |
static String |
encode(byte[] bytes) |
static boolean |
isNotNullAndNotEmpty(String str) |
static boolean |
isNullOrEmpty(String str) |
static String |
stripPhoneNumber(String phoneNumber) |
Copyright © 2017. All rights reserved.