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?)
Function
apoc.text.split(text, regex, limit) - splits the given text around matches of the given regex.
apoc.text.split(text :: STRING?, regex :: STRING?, limit = 0 :: INTEGER?) :: (LIST? OF ANY?)