function::tokenize(3) debian man page | unix.com

Man Page: function::tokenize

Operating Environment: debian

Section: 3

function::tokenize

FUNCTION:(3stap)					  A collection of standard strin					  FUNCTION:(3stap)

NAME
function::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 set of characters that delimit the tokens
DESCRIPTION
This function returns the next non-empty token in the given input string, where the tokens are delimited by characters in the delim string. If the input string is non-NULL, it returns the first token. If the input string is NULL, it returns the next token in the string passed in the previous call to tokenize. If no delimiter is found, the entire remaining input string is returned. It returns NULL when no more tokens are available. SystemTap Tapset Reference May 2013 FUNCTION:(3stap)
Related Man Pages
strsep(3) - debian
strtok_r(3) - redhat
wcstok(3) - redhat
wcstok(3) - suse
strtok(3) - php
Similar Topics in the Unix Linux Community
Installing Dash Shell on OS X Lion
awk or sed - Convert 2 lines to 1 line
Is UNIX an open source OS ?
One instance of comparing grep and awk
My first PERL incarnation... Audio Oscillograph