August 2000
Intermediate to advanced
816 pages
29h 45m
English
split
split( string,array[,sep])
Split string into elements of array array [1],...,array [ n ]. The string is split at each occurrence of separator sep. If sep is not specified, FS is used. If sep is a null string, a split is performed on every character. The number of array elements created is returned.
Read now
Unlock full access