September 2009
Beginner
942 pages
85h 34m
English
split
split(string,array[,sep])
Split string into elements of array array[1],...,array[n]. Return the number of array elements created. The string is split at each occurrence of separator sep. If sep is not specified, FS is used.