Skip to content

Commit 7b1968d

Browse files
initial
1 parent 5813ff8 commit 7b1968d

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

modules/ROOT/pages/expressions/index.adoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,6 @@ For details and examples of specific expressions, see the following sections:
1212
** xref:expressions/predicates/path-pattern-expressions.adoc[]: information about filtering queries with path pattern expressions.
1313
** xref:expressions/predicates/type-predicate-expressions.adoc[]: information about how to verify the value type of a Cypher expression.
1414
* xref:expressions/mathematical-operators.adoc[]: `+`, `-`, `*`, `/`, `%`, `^`.
15+
* xref:expressions/string-operators.adoc[]: `+`, `||`
1516
* xref:expressions/conditional-expressions.adoc[]
17+
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
= String operators
2+
:description: Information about Cypher's string operators.
3+
:table-caption!:
4+
5+
Cypher contains two functionally equivalent operators for the concatenation of `STRING` values:
6+
7+
* `+`
8+
* `||`
9+
10+
11+
Using `+` to concatenate strings is functionally equivalent to using `||`.
12+
However, the `+` string concatenation operator is not xref:appendix/gql-conformance/index.adoc[GQL conformant].

0 commit comments

Comments
 (0)