Re: [Neo4j] Cypher where regular expressions - case insensitive regexs?

2011-11-03 Thread Andres Taylor
Great suggestion. I'll add it to the backlog.

https://github.com/neo4j/community/issues/82

Andrés

On Thu, Nov 3, 2011 at 9:31 PM, Tero Paananen wrote:

> re:
> http://docs.neo4j.org/chunked/snapshot/query-where.html#where-regular-expressions
>
> Is there a way to use case insensitive regular expressions in Cypher where
> clauses?
>
> node.property =~ /foo.*/i
>
> does not appear to work.
>
> This would be a great addition to the language, if it's currently
> unsupported.
>
> -TPP
> ___
> Neo4j mailing list
> User@lists.neo4j.org
> https://lists.neo4j.org/mailman/listinfo/user
>
___
Neo4j mailing list
User@lists.neo4j.org
https://lists.neo4j.org/mailman/listinfo/user


[Neo4j] Cypher where regular expressions - case insensitive regexs?

2011-11-03 Thread Tero Paananen
re: 
http://docs.neo4j.org/chunked/snapshot/query-where.html#where-regular-expressions

Is there a way to use case insensitive regular expressions in Cypher where
clauses?

node.property =~ /foo.*/i

does not appear to work.

This would be a great addition to the language, if it's currently unsupported.

-TPP
___
Neo4j mailing list
User@lists.neo4j.org
https://lists.neo4j.org/mailman/listinfo/user