Query: function::tokenize
OS: centos
Section: 3stap
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
FUNCTION::TOKENIZE(3stap) A collection of standard strin FUNCTION::TOKENIZE(3stap)NAMEfunction::tokenize - Return the next non-empty token in a stringSYNOPSIStokenize:string(input:string,delim:string)ARGUMENTSinput string to tokenize. If empty, returns the next non-empty token in the string passed in the previous call to tokenize. delim set of characters that delimit the tokensDESCRIPTIONThis 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-empty, it returns the first token. If the input string is empty, 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 empty when no more tokens are available. SystemTap Tapset Reference June 2014 FUNCTION::TOKENIZE(3stap)
Related Man Pages |
---|
strsep(3) - linux |
strtok(3) - redhat |
strtok_r(3) - redhat |
wcstok(3) - redhat |
strsep(3) - suse |
Similar Topics in the Unix Linux Community |
---|
Tar Command |
Docker learning Phase-I |
Shopt -s histappend |
Unsure why access time on a directory change isn't changing |
Please Welcome Dave Munro to the Moderator Team! |