org.dellroad.stuff.string
Class DoubleFormat
java.lang.Object
org.dellroad.stuff.string.DoubleFormat
public final class DoubleFormat
- extends Object
Java double string format regular expression. Adapted from the Double.valueOf(String) Javadoc.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PATTERN
public static final Pattern PATTERN
- Regular expression which matches strings which are valid as input to
Double.valueOf(String).