split

Function

ArgDescriptionType
stringThe value to splitstring (required)
sepThe separator regex 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.