Text.Proper
Text.Proper(string as nullable text) as nullable text
返回只使文本值 text
中每个字词的第一个字符大写的结果。所有其他字母均以小写返回。
示例:
对简单句子使用 Text.Proper
。
使用情况:
Text.Proper("the QUICK BrOWn fOx jUmPs oVER tHe LAzy DoG")
输出:
"The Quick Brown Fox Jumps Over The Lazy Dog"