Mask Digits
Standardization Definition
Mask Digits | ||
---|---|---|
Description |
The Mask Digits standardization definition replaces every digit with the * character. |
|
Examples | Input | Output |
John Smith 123 | John Smith *** | |
AAA111 111 | AAA*** *** | |
Thai Zero ๐ and Twelve ๑๒ | Thai Zero * and Twelve ** | |
½ inch | * inch | |
$123,000.45 | $***,***.** | |
X9/L7 | X*/L* | |
Remarks |
Digit characters are defined by the Unicode general category Number (N). |