Text.Clean
Returns the text value with all control characters removed.
Syntax
Text.Clean(
text as text
) as text
Remarks
Returns a text value with all control characters of text
removed.
Examples
Example #1
Remove line feeds and other control characters from a text value.
Text.Clean("ABC#(lf)D")
Result:
"ABCD"
Category
Text.Transformations