public final class StringUtils extends Object
| Modifier and Type | Method and Description |
|---|---|
static boolean |
hasText(CharSequence source)
Check whether the provided
string contains actual text. |
public static boolean hasText(CharSequence source)
string contains actual text.source - the string to check (may be null)true if the string is not null, its length is greater than 0, and it does not
contain whitespace onlyCopyright © 2023. All rights reserved.