Belešku
Pristup ovoj stranici zahteva autorizaciju. Možete pokušati da se prijavite ili da promenite direktorijume.
Pristup ovoj stranici zahteva autorizaciju. Možete pokušati da promenite direktorijume.
Syntax
Text.Clean(text as nullable text) as nullable text
About
Returns a text value with all control characters of text removed.
Example
Remove line feeds and other control characters from a text value.
Usage
Text.Clean("ABC#(lf)D")
Output
"ABCD"