Skip to content

Instantly share code, notes, and snippets.

@goddoe
Created August 1, 2018 09:44
Show Gist options
  • Save goddoe/032e0b1b6f6bfa3f712533e8e2f0fe61 to your computer and use it in GitHub Desktop.
Save goddoe/032e0b1b6f6bfa3f712533e8e2f0fe61 to your computer and use it in GitHub Desktop.
'LIKE' like clause in Cypher queries.
MATCH (n) WHERE n.name =~ '(?i).*SUBSTRING.*' RETURN n;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment