Query: function::text_str
OS: debian
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
function::text_str FUNCTION:(3stap) A collection of standard strin FUNCTION:(3stap)NAMEfunction::text_str - Escape any non-printable chars in a stringSYNOPSIStext_str:string(input:string)ARGUMENTSinput the string to escapeDESCRIPTIONThis function accepts a string argument, and any ASCII characters that are not printable are replaced by the corresponding escape sequence in the returned string. SystemTap Tapset Reference May 2013 FUNCTION:(3stap)