ES2 MUD LIB :: 東方故事二(ES2) 天朝帝國 mudlib 瀏覽展示

/doc/efuns/explode

HOME :: doc :: efuns :: explode

     eeeexxxxppppllllooooddddeeee((((3333))))             MMMMuuuuddddOOOOSSSS ((((5555 SSSSeeeepppp 1111999999994444))))              eeeexxxxppppllllooooddddeeee((((3333))))

     NNNNAAAAMMMMEEEE
          explode() - break up a string

     SSSSYYYYNNNNOOOOPPPPSSSSIIIISSSS
          string *explode( string str, string del );

     DDDDEEEESSSSCCCCRRRRIIIIPPPPTTTTIIIIOOOONNNN
          explode() returns an array of strings, created when the
          string  is split into pieces as divided by the
          delimiter .

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

     SSSSEEEEEEEE AAAALLLLSSSSOOOO
          sscanf(3), extract(3), replace_string(3), strsrch(3)

     Page 1                                          (printed 3/16/95)

HOME :: doc :: efuns :: explode