Trims leading and trailing spaces and control characters from a string.
function Trim(const S: string): string; overload; function Trim(const S: WideString): WideString; overload;
AnsiString Trim(const AnsiString S); BSTR Trim(const BSTR S);
SysUtils
Trim removes leading and trailing spaces and control characters from the given string S.
Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
|
What do you think about this topic? Send feedback!
|