Text.Insert

Text.Insert(text as nullable text, offset as number, newText as text) as nullable text

返回将文本值 newText 插入到文本值 text 中的位置 offset 的结果。位置从数字 0 开始。

示例:

在 "ABD" 中的 "B" 和 "D" 之间插入 "C"。

使用情况:

Text.Insert("ABD", 2, "C")

输出:

"ABCD"

results matching ""

    No results matching ""