Functions

explode

Supported By

Syntax

[the] explode of ( string , delimiter )

explode ( string , delimiter )

String and delimiter yield strings.

Description

The explode 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-insensitive. For a case-sensitive version of this function, see csExplode. For a regular expression-based version of this function, see regExplode.

See Also

csExplode, regExplode, trExplode, implode