apoc.text.split

Function

apoc.text.split(text, regex, limit) - splits the given text around matches of the given regex.

Signature

apoc.text.split(text :: STRING?, regex :: STRING?, limit = 0 :: INTEGER?) :: (LIST? OF ANY?)

Input parameters

Name Type Default

text

STRING?

null

regex

STRING?

null

limit

INTEGER?

0