public abstract class ExpressionUtil extends Object
| Constructor and Description |
|---|
ExpressionUtil() |
| Modifier and Type | Method and Description |
|---|---|
static String |
normalizeNumber(String number) |
static String |
normalizeNumber(String number,
Locale loc)
normalize a number to an acceptable format for exp4j
e.g.
|
public static String normalizeNumber(String number, Locale loc) throws UnparsableExpressionException
number - UnparsableExpressionExceptionpublic static String normalizeNumber(String number) throws UnparsableExpressionException
UnparsableExpressionExceptionCopyright © 2013. All Rights Reserved.