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::substr(3stap)


FUNCTION::SUBSTR

FUNCTION::SUBSTR

NAME
SYNOPSIS
ARGUMENTS
GENERAL SYNTAX
DESCRIPTION

NAME

function::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.

GENERAL SYNTAX

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

DESCRIPTION

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



function::substr(3stap)