function::text_str.3stap

Langue: en

Version: September 2010 (ubuntu - 24/10/10)

Section: 3 (Bibliothèques de fonctions)

NAME

function::text_str - Escape any non-printable chars in a string.

SYNOPSIS

     text_str:string(input:string)
 

ARGUMENTS

input

The string to escape.

GENERAL SYNTAX

text_str:string (input:string)

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.