You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: modules/ROOT/pages/deprecations-additions-removals-compatibility.adoc
+10Lines changed: 10 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -201,6 +201,16 @@ RETURN count(p) AS count
201
201
202
202
| Queries no longer require xref:clauses/with.adoc[`WITH`] to transition between reading and writing operations.
203
203
204
+
a|
205
+
label:functionality[]
206
+
label:updated[]
207
+
[source, cypher, role="noheader"]
208
+
----
209
+
RETURN replace("hello world", "l", "", 1)
210
+
----
211
+
212
+
| The xref:functions/string.adoc#functions-replace[`replace()`] function now accepts an optional `limit` argument, defining the number of times the search string is replaced.
| *Description* 3+| Returns a `STRING` in which all occurrences of a specified search `STRING` in the given `STRING` have been replaced by another (specified) replacement `STRING`.
0 commit comments