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