Cypher查询无法使用正则表达式

时间:2014-06-11 13:12:05

标签: neo4j cypher

我想创建一个cypher查询,返回与另一个节点有关系的所有节点,并且该关系的属性X与正则表达式匹配。我试过这个:

match (n)-[r]-() where r.X =~ '(?i).*String.*' return n limit 100

但是我确信它存在的属性不起作用。可能是什么问题?

enter image description here

0 个答案:

没有答案