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