public class TextUtils extends Object
| Constructor | Description |
|---|---|
TextUtils() |
| Modifier and Type | Method | Description |
|---|---|---|
static boolean |
isDigitsOnly(CharSequence str) |
|
static boolean |
isEmpty(CharSequence str) |
Returns true if the string is null or 0-length.
|
static boolean |
URLRegexVerifier(String domainString) |
Helper function to verify that domains associated with application tokens satisfy the requirements of the API.
|
public static boolean isDigitsOnly(CharSequence str)
public static boolean isEmpty(CharSequence str)
str - the string to be examinedpublic static boolean URLRegexVerifier(String domainString)
domainString - Copyright © 2018 The Apache Software Foundation. All rights reserved.