Data connectivity & integrationPipeline Builder ExpressionsLowercase

Lowercase

Supported in: Batch, Streaming

Converts all characters in string to 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