Text.Upper

Text.Upper(string as nullable text) as nullable text

返回将 text 中的所有字符转换为大写的结果。

示例:

获取 "aBcD" 的大写版本。

使用情况:

Text.Upper("aBcD")

输出:

"ABCD"

results matching ""

    No results matching ""