apoc.text.regexGroups

Function

apoc.text.regexGroups(text, regex) - return all matching groups of the regex on the given text.

Signature

apoc.text.regexGroups(text :: STRING?, regex :: STRING?) :: (LIST? OF ANY?)

Input parameters

Name Type Default

text

STRING?

null

regex

STRING?

null