split

Function

ArgDescriptionType
stringThe value to splitstring (required)
sepThe separator that will be used to splitstring
sep_stringThe separator as string that will be used to splitstring

Description

Splits a string into an array based on a regexp separator.