Data connectivity & integrationPipeline Builder ExpressionsTitle case

Title case

Supported in: Batch, Streaming

Converts the first character of each word to be uppercase and the rest lowercase.

Expression categories: String

Declared arguments

  • Expression - no description
    Expression<String>

Output type: String

Examples

Example 1: Base case

Argument values:

  • Expression: hello world

Output: Hello World


Example 2: Null case

Argument values:

  • Expression: null

Output: null