我=~在Neo4j文档中找不到此运算符(),但他们在此示例中使用它:
=~
MATCH (user)-[:friend]->(follower) WHERE user.name IN ['Joe', 'John', 'Sara', 'Maria', 'Steve'] AND follower.name =~ 'S.*' RETURN user, follower.name
知道这意味着什么吗?
该=~运营商将告诉Neo4j的评估串的右端为正则表达式。这个裁判比较好...
http://neo4j.com/docs/developer-manual/current/cypher/clauses/where/#query-where-regex
本文收集自互联网,转载请注明来源。
如有侵权,请联系[email protected] 删除。
点击生成二维码
我来说两句