D toc |
---|
Excerpt |
---|
Removes from a string all characters that are not alpha-numeric, accented Latin characters, or whitespace. |
Info |
---|
NOTE: Non-Latin letters are also removed. |
...
Output: The string Héllõ Wõrlds
is written to the new column.
Wildcard example:
D code |
---|
set col:* value:REMOVESYMBOLS($col) |
Output: Strips all non-alphanumeric or space characters from all columns in the dataset.
...