Skip to content

Commit 64f8f06

Browse files
Update modules/ROOT/pages/functions/string.adoc
1 parent 28aeb82 commit 64f8f06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/ROOT/pages/functions/string.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -329,7 +329,7 @@ RETURN normalize('\uFE64', NFKC) = '\u003C' AS result
329329
| `original` | `STRING` | The string to be modified.
330330
| `search` | `STRING` | The value to replace in the original string.
331331
| `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]
333333
| *Returns* 3+| `STRING`
334334
|===
335335

0 commit comments

Comments
 (0)