[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Returns Str with all suites of spaces changed to a single space.
Source position: upasconf.pas line 873
function Contract( |
const S: string; |
Blanks: TSysCharSet = [' ', #9]; |
By: Char = ' ' |
):string; |