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.5

substr(3stap)


SUBSTR

SUBSTR

NAME
SYNOPSIS
ARGUMENTS
DESCRIPTION

NAME

substr − Returns a substring.

SYNOPSIS

substr:string(str:string,start:long,length:long)

ARGUMENTS

str

The string to take a substring from

start

Starting position. 0 = start of the string.

length

Length of string to return.

DESCRIPTION

Returns the substring of the up to the given length starting at the given start position.



substr(3stap)