public class StringUtils extends Object
| Constructor and Description |
|---|
StringUtils() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
isNumeric(String str)
Test, whether a string is numeric (i.e.
|
public static boolean isNumeric(String str)
str - the String to testCopyright © 2018. All rights reserved.