Text.Remove

语法

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

关于

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

示例 1

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

使用情况

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

输出

"abc"

results matching ""

    No results matching ""