Lowercase(小写转换(Lowercase))¶
Supported in: Batch, Faster, Streaming
Converts all characters in string to lowercase.
Expression categories: String
Declared arguments¶
- Expression: Expression to convert to lowercase.
Expression\
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
中文翻译¶
小写转换(Lowercase)¶
支持:批处理(Batch)、快速处理(Faster)、流处理(Streaming)
将字符串中的所有字符转换为小写。
表达式类别: 字符串(String)
声明的参数¶
- 表达式(Expression): 需要转换为小写的表达式。
表达式\
输出类型: String
示例¶
示例 1:基础情况¶
参数值:
- 表达式: Hello World
输出: hello world
示例 2:空值情况¶
参数值:
- 表达式: null
输出: null