共用方式為


Text.Clean

語法

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

關於

傳回移除所有控制字元 text 的文字值。

範例 1

從文字值中移除換行字元以及其他控制字元。

使用方式

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

輸出

"ABCD"