이 콘텐츠는 선택한 언어로 제공되지 않습니다.
function::text_str
Name
function::text_str — Escape any non-printable chars in a string
Synopsis
text_str:string(input:string)
Arguments
input
- the string to escape
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.