apoc.text.split
Syntax |
|
||
Description |
Splits the given |
||
Arguments |
Name |
Type |
Description |
|
|
The string to split. |
|
|
|
The delimiting regular expression. |
|
|
|
The number of times the regex pattern is applied; if set to 0, it will be applied as many times as possible. The default is: |
|
Returns |
|