
| Modifier and Type | Field and Description |
|---|---|
static String |
FLOAT
If compiled, this
String pattern matches any float or double BUT
Double.NaN, Double.POSITIVE_INFINITY and
. |
static Pattern |
FLOAT_PATTERN
|
| Modifier | Constructor and Description |
|---|---|
private |
RegexUtil() |
public static final String FLOAT
String pattern matches any float or double BUT
Double.NaN, Double.POSITIVE_INFINITY and
.public static final Pattern FLOAT_PATTERN