Hi,
I am trying to write a Cypher query to return the start and end nodes of all the patterns(subgraphs/paths) that are in the following regular expression:
A.(B|C.D)*.E
Start node: A
End node: E
Relationship Types: B,C,D
The path will have different...