Text.Clean

Text.Clean(string as nullable text) as nullable text

返回 text 的所有非打印字符均已删除的文本值。

示例:

从文本值中删除换行和其他非打印字符。

使用情况:

Text.Clean("ABC#(lf)D")

输出:

"ABCD"

results matching ""

    No results matching ""