Text.Clean
Syntax
Text.Clean(text as nullable text) as nullable text
About
Returns a text value with all non-printable characters of text
removed.
Example 1
Remove line feeds and other non-printable characters from a text value.
Text.Clean("ABC#(lf)D")
"ABCD"