Text.Length

構文

Text.Length(text as nullable text) as nullable number

バージョン情報

テキスト text 内の文字の数を返します。

例 1

テキスト "Hello World" 内の文字の数を調べます。

使用方法

Text.Length("Hello World")

出力

11