NAME
	explode - explode a string into subparts

SYNOPSIS
	string *explode(string str, string break_string)

DESCRIPTION
	This function returns an array of the strings resulting from
	dividing `str' into the component strings separated by 
	`break_string'. If `break_string' is given as "", `str' is
	returned. All leading appearances of `break_string' is removed
	and so is one at the end if existing. If `str' only consist
	of repeating occurances of `break_string', 0 is returned.

SEE ALSO
	implode, replace, sprintf

Help topics available:
_m_delete allocate atoi capitalize clear_bit
crypt ctime explode filter_array filter_mapping
implode intp itoa lower_case m_delete
m_indices m_sizeof m_values map_array map_mapping
mappingp member_array mkmapping objectp pointerp
replace set_bit sizeof sort_array sscanf
stringp strlen test_bit unique_array upper_case

[START|BACK ]




[ NannyMuds main page | FAQ | Contact us ]

You are guest number 89 since January 2020.
This file was last modified: June 2000.