Left - スクリプトおよびチャート関数
Left() は、入力文字列の最初の (一番左にある) 文字で構成される文字列を返します。ここで、文字数は 2 番目の引数により決定されます。
構文:
Left(text, count)
戻り値データ型: 文字列
引数:
Argument | Description |
---|---|
text | The original string. |
count | Defines the number of characters to included from the left-hand part of the string text. |
例 - 左の高度なシナリオ
より複雑な文字列の分析が可能な Index - スクリプトおよびチャート関数 も参照してください。