Skip to content

string_explode

Hyomoto edited this page Oct 16, 2020 · 6 revisions
Jump To Go Back Arguments Methods Variables

string_explode( string, divider, trim )

takes a string, and converts it into an array based on the specified divider

// no example provided

Arguments

Name Type Purpose
string string the string to explode
divider string the character(s) to use to break up the string
trim bool whether to trim whitespace from each item
Clone this wiki locally