GetOthers
From SCAR Divi Manual
function GetOthers(const Str: AnsiString): AnsiString;
SCAR Divi 3.00 > Current
Removes all characters that are numbers or letters from a string Str and returns it.
begin WriteLn(GetOthers('-Hello World!-')); end.
Output:
- !-