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

stringat(3stap)


STRINGAT

STRINGAT

NAME
SYNOPSIS
ARGUMENTS
DESCRIPTION

NAME

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.

DESCRIPTION

Returns the character at a given position in the string or zero if the string doesn’t have as many characters.



stringat(3stap)