Skip to content

string_explode_reverse

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

string_explode_reverse( string, divider, trim )

Returns: array ([values...])

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

// no example

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