Del chars
Type Function : STRING¶
| Input IN | STRING (input) |
| CX | STRING (All characters which are to be deleted) |
| Output | STRING (result STRING) |
| DEL_CHARS deletes all characters from a string which are contained in the string CX. | |
| CLEAN('Nr.1 23#', ' #ABCDEFG') = 'Nr.123' |
