Truncate Word to Initial
Standardization Definition
Truncate Word to Initial | ||
---|---|---|
Description |
The Truncate Word to Initial standardization definition removes all characters except the first letter or digit of each alphanumeric sub-string. |
|
Examples | Input | Output |
John Smith 123 | J S 1 | |
AAA111 555 | A 5 | |
Thai Zero ๐ and Twelve ๑๒ | T Z ๐ a T ๑ | |
½ inch | ½ i | |
$123,000.45 | 1 | |
X9/L7 | X L | |
Remarks |
Sub-strings are delimited by punctuation, symbols, and white space with the exception of periods and commas in decimal numbers. |