35 lines
415 B
Markdown
35 lines
415 B
Markdown
---
|
|
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"
|
|
|
|
```
|