@Typed public abstract class StringUtils extends Object
Modifier and Type | Method and Description |
---|---|
static boolean |
isEmpty(String string) |
static boolean |
isNotEmpty(String text) |
static String |
removeSpecialChars(String val)
Remove any non-numeric, non-alphanumeric Characters in the given String
|
Copyright © 2020 The Apache Software Foundation. All rights reserved.