Text.Clean(string as nullable text) as nullable text
返回 text 的所有非打印字符均已删除的文本值。
text
从文本值中删除换行和其他非打印字符。
Text.Clean("ABC#(lf)D")
"ABCD"