Flashnux

GNU/Linux man pages

Livre :
Expressions régulières,
Syntaxe et mise en oeuvre :

ISBN : 978-2-7460-9712-4
EAN : 9782746097124
(Editions ENI)

GNU/Linux

CentOS 5.6

function::text_str(3stap)


FUNCTION::TEXT_STR

FUNCTION::TEXT_STR

NAME
SYNOPSIS
ARGUMENTS
GENERAL SYNTAX
DESCRIPTION

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.



function::text_str(3stap)