Sample Header Ad - 728x90

How do I escape backslashes and forward slashes in Neo4J Cypher?

2 votes
1 answer
2577 views
When I run, MATCH (p:person {id:'1'}), (a:Address {street:"11\34, Wall street"})RETURN p, a; > Invalid input 'S': expected '\', ''', '"', 'b', 'f', 'n', 'r', 't', '_', '%', UTF16 or UTF32 How do I handle \ and / special characters
Asked by Thirumal (2548 rep)
Dec 19, 2016, 05:24 AM
Last activity: Apr 30, 2018, 07:31 PM