table of contents
other versions
- buster 4.0-1
- buster-backports 4.4-1~bpo10+1
- testing 4.4-2
- unstable 4.4-2
- experimental 4.5-1
FUNCTION::TEXT_STR(3stap) | A collection of standard strin | FUNCTION::TEXT_STR(3stap) |
NAME¶
function::text_str - Escape any non-printable chars in a stringSYNOPSIS¶
text_str:string(input:string)
ARGUMENTS¶
inputthe 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.SEE ALSO0¶
tapset::string(3stap)November 2020 | SystemTap Tapset Reference |