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


FUNCTION::STRINGAT

FUNCTION::STRINGAT

NAME
SYNOPSIS
ARGUMENTS
GENERAL SYNTAX
DESCRIPTION

NAME

function::stringat − Returns the char at a given position in the string.

SYNOPSIS

stringat:long(str:string,pos:long)

ARGUMENTS

str

The string to fetch the character from.

pos

The position to get the character from. 0 = start of the string.

GENERAL SYNTAX

stringat:long(srt:string, pos:long)

DESCRIPTION

This function returns the character at a given position in the string or zero if thestring doesn’t have as many characters.



function::stringat(3stap)