構文
Text.Upper(text as nullable text, optional culture as nullable text) as nullable text
バージョン情報
textのすべての文字を大文字に変換した結果を返します。 省略可能な culture も指定できます (例: "en-US")。
例
大文字バージョンの "aBcD" を取得します。
使用方法
Text.Upper("aBcD")
アウトプット
"ABCD"
このブラウザーはサポートされなくなりました。
Microsoft Edge にアップグレードすると、最新の機能、セキュリティ更新プログラム、およびテクニカル サポートを利用できます。
Text.Upper(text as nullable text, optional culture as nullable text) as nullable text
textのすべての文字を大文字に変換した結果を返します。 省略可能な culture も指定できます (例: "en-US")。
大文字バージョンの "aBcD" を取得します。
使用方法
Text.Upper("aBcD")
アウトプット
"ABCD"