-
Notifications
You must be signed in to change notification settings - Fork 2
string_explode_reverse
Hyomoto edited this page Oct 18, 2020
·
4 revisions
| Jump To | Go Back |
Arguments | Methods | Variables |
|---|
Returns: array ([values...])
takes a string, and converts it into an array based on the specified divider
// no example| 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 |
Devon Mullane 2020