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
This page was automatically generated by the
LXR engine.
Visit the LXR main site for more
information.