--- title: regexp.splitRegexp() function description: The `regexp.splitRegexp()` function ... menu: v2_0_ref: name: regexp.splitRegexp parent: Regular expressions weight: 301 --- The `regexp.splitRegexp()` function ... _**Output data type:** String_ ```js import "regexp" regexp.splitRegexp() ``` ## Parameters ### v Desc _**Data type:** String_ ## Examples ###### ... ```js import "regexp" ```