Text.Proper

语法

Text.Proper(text as nullable text, optional culture as nullable text) as nullable text

关于

返回只使文本值 text 中每个字词的第一个字母大写的结果。 所有其他字母均以小写返回。 还可以提供可选 culture(例如“en-US”)。

示例 1

对简单的句子使用 Text.Proper

使用情况

Text.Proper("the QUICK BrOWn fOx jUmPs oVER tHe LAzy DoG")

输出

"The Quick Brown Fox Jumps Over The Lazy Dog"

results matching ""

    No results matching ""