Functions

csExplode

Supported By

Syntax

[the] csExplode of ( string , delimiter )

csExplode ( string , delimiter )

String and delimiter yield strings.

Description

The csExplode function returns a list of the chunks in the specified string delimited by the specified delimiter, not including any trailing empty chunks.

The delimiter is case-sensitive. For a case-insensitive version of this function, see explode. For a regular expression-based version of this function, see regExplode.

See Also

explode, regExplode, trExplode, implode