1FUNCTION::TEXT_STR(3stap)A collection of standard strinFUNCTION::TEXT_STR(3stap)
23
4
NAME
6function::text_str - Escape any non-printable chars in a string
7
SYNOPSIS
9text_str:string(input:string)
10
ARGUMENTS
12input
13the string to escape
14
DESCRIPTION
16This function accepts a string argument, and any ASCII characters that
17are not printable are replaced by the corresponding escape sequence in
18the returned string.
19
SEE ALSO
21tapset::string(3stap)
2223
24
25
SystemTap Tapset Reference June 2018 FUNCTION::TEXT_STR(3stap)