String operators

String property operators apply to properties that contain string values. These include entity labels.

Exists
A relationship or entity type must have the property.
Does not exist
A relationship or entity type must not have the property.
Equals
The property value must match the specified string.
Does not equal
The property value must not match the specified string.
Is in
The property value must be in the specified list.
Is not in
The property value must not be in the specified list.
Contains
The property value must contain the specified string.
Does not contain
The property value must not contain the specified string.
Starts with
The property value must start with the specified string.
Does not start with
The property value must not start with the specified string.
Ends with
The property value must end with the specified string.
Does not end with
The property value must not end with the specified string.
Matches regular expression
The property value must match a regular expression (regex). The regular expression must match the entire string in the property value.