Trims leading spaces and control characters from a string.
function TrimLeft(const S: string): string; overload;
AnsiString TrimLeft(const AnsiString S);
TrimLeft returns a copy of the string S with leading spaces and control characters removed.
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
What do you think about this topic? Send feedback!
|