
explode(3)            LPC Library Functions            explode(3)

NNAAMMEE
       explode() - break up a string

SSYYNNOOPPSSIISS
       string *explode( string str, string del );

DDEESSCCRRIIPPTTIIOONN
       explode()  returns  an  array of strings, created when the
       string <str> is split into pieces as divided by the delim       iter <del>.

EEXXAAMMPPLLEE
       explode(str,"  ") will return as an array all of the words
       (separated by spaces) in the string <str>.

SSEEEE AALLSSOO
       sscanf(3), extract(3), replace_string(3), strsrch(3)

Majik                      26 Jul 1997                          1

