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