Name

text_str — Escape any non-printable chars in a string.

Synopsis

    text_str:string(input:string)

Arguments

input

The string to escape.

Description

Description Takes a string, and any ASCII characters that are not printable are replaced by the corresponding escape sequence in the returned string.