ArchWizard

DGD/

source navigation ]
diff markup ]
identifier search ]
file search ]
Version: [ 1.0.a0 ] [ 1.1 ] [ 1.2 ] [ 1.2p1 ] [ 1.2p2 ] [ 1.2p3 ] [ 1.2p4 ] [ 1.2.151 ]

  1 NAME
  2         explode - explode a string
  3 
  4 SYNOPSIS
  5         string *explode(string str, string separator)
  6 
  7 
  8 DESCRIPTION
  9         Return an array of substrings of str, divided by the given separator.
 10         The separators that str starts and ends with, if any, are not taken
 11         into account.
 12 
 13 ERRORS
 14         If the resulting array size is larger than status()[ST_ARRAYSIZE], with
 15         ST_ARRAYSIZE defined in the include file <status.h>, an error will
 16         result.
 17 
 18 SEE ALSO
 19         kfun/implode, kfun/parse_string, kfun/sscanf

~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~ [ file search ] ~

This page was automatically generated by the LXR engine.
Visit the LXR main site for more information.