Skip to main content

CLEAN

Removes all non-printable characters (ASCII 0–31) from text.

CategoryText
SyntaxCLEAN(text)

Parameters

ParameterRequiredDescription
textRequiredThe text from which to remove non-printable characters.

Example

CLEAN("text")

Auto-generated from the EngCanvas function registry.