構文
Text.End(text as nullable text, count as number) as nullable text
バージョン情報
text
値 text
の最後の count
文字である text
値を返します。
例 1
テキスト "Hello, World" の最後の 5 文字を取得します。
使用方法
Text.End("Hello, World", 5)
出力
"World"
このブラウザーはサポートされなくなりました。
Microsoft Edge にアップグレードすると、最新の機能、セキュリティ更新プログラム、およびテクニカル サポートを利用できます。
Text.End(text as nullable text, count as number) as nullable text
text
値 text
の最後の count
文字である text
値を返します。
テキスト "Hello, World" の最後の 5 文字を取得します。
使用方法
Text.End("Hello, World", 5)
出力
"World"