Text.Clean
Returns the text value with all non-printable characters removed.
function (optionaltext
as nullable any) as nullable any
Returns a text value with all non-printable characters of
text
removed.Text.Transformations
Remove line feeds and other non-printable characters from a text value.
Text.Clean("ABC#(lf)D")
"ABCD"
Last modified 4yr ago