Map of non-alphanumeric characters commonly confused with digits.
const Map<String, String> digitNonAlnumMap = { ']': '1', '[': '1', '|': '1', '!': '1', };