stumped by neo4j's regexp matching... It seems like glorified string 
matching (simple cases)

what if you want to use something like this?!

match n where n.name =~ '^[A-Z\ ]+\.\ [A-Z\ ]+' return n.name;


neo4j can't figure out what this is... everything should be escaped 
properly -- but I think cypher is NOT likely to properly use this as a 
pattern match.

Is this even possible - or am I missing something?

Dave

-- 
You received this message because you are subscribed to the Google Groups 
"Neo4j" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to neo4j+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to