Non-Alphanumeric Removal
Standardization Definition
Non-Alphanumeric Removal | ||
---|---|---|
Description |
The Non-Alphanumeric Removal standardization definition removes all non-alphanumeric characters including spaces. |
|
Examples | Input | Output |
Cary.NC.27513 | CaryNC27513 | |
#AA-456-A12 | AA456A12 | |
40 갤러리아 팰리스 B동 2503 | 40갤러리아팰리스B동2503 | |
½ inch | ½inch | |
Remarks | Non-alphanumeric characters are defined as characters outside of the Unicode general categories Letter (L*) and Number (N*). |