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

tokenize(3stap)


TOKENIZE

TOKENIZE

NAME
SYNOPSIS
ARGUMENTS
DESCRIPTION

NAME

tokenize − Return the next non−empty token in a string.

SYNOPSIS

tokenize:string(input:string,delim:string)

ARGUMENTS

input

String to tokenize. If NULL, returns the next non−empty token in the string passed in the previous call to tokenize.

delim

Token delimiter. Set of characters that delimit the tokens.

DESCRIPTION

Given a string and a token delimiter, return the next non−empty token in the string or blank when no more non−empty tokens are left.



tokenize(3stap)