Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
ノードプロパティで文字列を検索する必要があります。お気に入り
START user=node(*) WHERE user.FirstName =~ '(?i).*run.*' RETURN indexof(user.FirstName, 'run');
このように使用できますか、または含まれる単語を取得するための他の関数が存在します。
ありがとう