注: 以下の翻訳の正確性は検証されていません。AIPを利用して英語版の原文から機械的に翻訳されたものです。

文のケース

サポート対象: バッチ、ストリーミング

最初の単語の最初の文字を大文字に変換します。

式のカテゴリ: 文字列

引数

  • - 文のケースを適用する文字列式。
    Expression<String>

出力タイプ: String

例 1: 基本ケース

引数値:

  • : hello world

出力: Hello world


例 2: 基本ケース

引数値:

  • : this is a test. another test? yes, another test!

出力: This is a test. Another test? Yes, another test!


例 3: 基本ケース

引数値:

  • : empty string

出力: empty string


例 4: 基本ケース

引数値:

  • : hello world! how are you? have a nice day.

出力: Hello world! How are you? Have a nice day.


例 5: 基本ケース

引数値:

  • : hELLO WORLD

出力: HELLO WORLD


例 6: 基本ケース

引数値:

  • : how many people? 100 people!

出力: How many people? 100 people!


例 7: 基本ケース

引数値:

  • : no punctuation

出力: No punctuation


例 8: Nullケース

引数値:

  • : null

出力: null