トレーニング
モジュール
デスクトップ用 Power Automate でのテキスト操作 - Training
デスクトップ用 Power Automate でのテキストと datetime 値の操作方法について説明します。
このブラウザーはサポートされなくなりました。
Microsoft Edge にアップグレードすると、最新の機能、セキュリティ更新プログラム、およびテクニカル サポートを利用できます。
Text.Proper(text as nullable text, optional culture as nullable text) as nullable text
テキスト値 text
の各単語の最初の文字のみを大文字にした結果を返します。 他のすべての文字は小文字で返されます。 オプションの culture
を指定することもできます (例: "en-US")。
単純な文では Text.Proper
を使用します。
使用方法
Text.Proper("the QUICK BrOWn fOx jUmPs oVER tHe LAzy DoG")
出力
"The Quick Brown Fox Jumps Over The Lazy Dog"
トレーニング
モジュール
デスクトップ用 Power Automate でのテキスト操作 - Training
デスクトップ用 Power Automate でのテキストと datetime 値の操作方法について説明します。