此内容没有您所选择的语言版本。
function::text_str
Name
function::text_str — Escape any non-printable chars in a string.
Synopsis
function text_str:string(input:string)
Arguments
input
- The string to escape.
General Syntax
text_str:string (input:string)
Description
This function accepts a string argument, and any ASCII characters that are not printable are replaced by the corresponding escape sequence in the returned string.