Data connectivity & integrationPipeline Builder ExpressionsUppercase

Uppercase

Supported in: Batch, Streaming

Converts all characters in string to uppercase.

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