
explode(3)            LPC 系统函数            explode(3)

名称
     explode() - break up a string

语法
     string *explode( string str, string del );

描述
     explode() returns an array  of  strings,  created  when  the
     string  <str>  is split into pieces as divided by the delim-
     iter <del>.

EXAMPLE
     explode(str," ") will return as an array all  of  the  words
     (separated by spaces) in the string <str>.

请参考
     sscanf(3), extract(3), replace_string(3), strsrch(3)

MudOS                Last change: 5 Sep 1994                    1

