|
LPC Library Functions: explode |
|
NAMEexplode() - break up a string
SYNOPSISstring *explode( string str, string del );
DESCRIPTIONexplode() returns an array of strings, created when the string <str> is split into pieces as divided by the delimiter <del>. explode(str," ") will return as an array all of the words (separated by spaces) in the string <str>.
SEE ALSO |
|
Page design by Frank Jacquette & Tim Hollebeek Copyright (C) 1998 Tim Hollebeek & Frank Jacquette |
|