Text.TrimStart

Text.TrimStart(text as nullable text, optional trimChars as nullable list) as nullable text

返回从文本值 text 删除所有前导空格的结果。

示例:

从 " a b c d " 删除前导空格。

使用情况:

Text.TrimStart(" a b c d ")

输出:

"a b c d "

results matching ""

    No results matching ""