Nota
L-aċċess għal din il-paġna jeħtieġ l-awtorizzazzjoni. Tista’ tipprova tidħol jew tibdel id-direttorji.
L-aċċess għal din il-paġna jeħtieġ l-awtorizzazzjoni. Tista’ tipprova tibdel id-direttorji.
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"