Text.Remove

Text.Remove(text as nullable text, removeChars as any) as nullable text

返回文本值 text 已删除了 removeChars 的所有字符的副本。

示例:

从文本值中删除字符 , 和 ;。

使用情况:

Text.Remove("a,b;c",{",",";"})

输出:

"abc"

results matching ""

    No results matching ""