[Overview][Constants][Classes][Procedures and functions][Index] |
Returns a copy of S with all sequences of chars in Blanks replaced per a single instance of Sep.
Source position: strextra.pas line 78
function Contract( |
const S: string; |
Blanks: TSysCharSet = BlankChars; |
Sep: Char = ' ' |
):string; |