System.SysUtils.TStringHelper.TrimLeft

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

function TrimLeft: string; overload;
function TrimLeft(const TrimChars: array of Char): string; overload;

プロパティ

種類 可視性 ソース ユニット
function public System.SysUtils.pas System.SysUtils TStringHelper

説明

指定された先頭の文字を、この 0 基準の文字列から取り除きます。

このメソッドはオーバーロード(多重定義)されています。

TrimChars パラメータでは、どの文字(文字の配列の形式で指定)を、この 0 基準の文字列の先頭から取り除くかを指定することができます。

関連項目