Text.Clean

構文

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

バージョン情報

text の制御文字をすべて削除したテキスト値を 1 つ返します。

例 1

テキスト値から改行などの制御文字を削除します。

使用方法

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

出力

"ABCD"