Validate Numeric
static bool numeric(String value) { return new RegExp(_NUMERIC_PATTERN).hasMatch(value); }