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/functions/string.adoc
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -329,7 +329,7 @@ RETURN normalize('\uFE64', NFKC) = '\u003C' AS result
329
329
| `original` | `STRING` | The string to be modified.
330
330
| `search` | `STRING` | The value to replace in the original string.
331
331
| `replace` | `STRING` | The value to be inserted in the original string.
332
-
| `limit` | `STRING` | The maximum amount of times the search value should be replaced in the string, starting from the left.
332
+
| `limit` | `STRING` | The maximum amount of times the search value should be replaced in the string, starting from the left. label:new[Introduced in Neo4j 2025.06]
0 commit comments