Skip to content
Please update to the latest release 0.77.2 to address Multiple CVEs.

split

Function
Arg Description Type
string The value to split string (required)
sep The separator regex that will be used to split string
sep_string The separator as string that will be used to split string

Description

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