Hello @dptuck and welcome to the Neo4j community
You can use the any() function to match your regular expressions:
WHERE any(regex IN ['^abc.*', '.*def$', 'exact'] WHERE obj.text =~ regex)
Regards,
Cobra
Hello @dptuck and welcome to the Neo4j community
You can use the any() function to match your regular expressions:
WHERE any(regex IN ['^abc.*', '.*def$', 'exact'] WHERE obj.text =~ regex)
Regards,
Cobra