Optional
text: null | stringthe source string to inspect
the delimiter to split strings, defaults to comma
the max elements expected, negative means unlimited, defaults to -1
whether trim each element before returning, defaults to true
the split array of the given string by the given delimiter
Returns the split array of the given string by the given delimiter