Non-Number Removal
Standardization Definition
Non-Number Removal | ||
---|---|---|
Description |
The Non-Number Removal standardization definition removes all non-number characters. |
|
Examples | Input | Output |
John Smith 123 | 123 | |
AAA111 111 | 111111 | |
Thai Zero ๐ and Twelve ๑๒ | ๐๑๒ | |
½ inch | ½ | |
Remarks | Non-number characters are defined as characters outside of the Unicode general category Number (N*). |