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