Strips all non-digit characters from formatted.
formatted
static String getUnformatted(String formatted) => formatted.replaceAll(RegExp(r'\D'), '');