TextText.Endこのページの見出しText.End テキストの最後の文字を返します。 Syntax Text.End( text as text, count as number) as text Remarks text 値 text の最後の count 文字である text 値を返します。 Examples Example #1 テキスト "Hello, World" の最後の 5 文字を取得します。 Text.End("Hello, World", 5) Result: "World" Category Text.Extraction