| [Overview][Resource strings][Constants][Types][Procedures and functions][Index] | 
Reduces sequences of space characters to 1 space character.
Source position: strutils.pp line 176
function DelSpace1(  | 
const S: string  | 
):string;  | 
S  | 
  | 
String to reduce space sequences in.  | 
Original string with series of maximal 1 space.
DelSpace1 returns a copy of S with all sequences of spaces reduced to 1 space.
None.
  | 
Delete all occurrences of a given character from a string.  | 
|
  | 
Delete all occurrences of a space from a string.  |