Skip to content

Commit eabe1e2

Browse files
remove duplicate replace tags
1 parent ae678bc commit eabe1e2

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

modules/ROOT/pages/functions/string.adoc

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -365,12 +365,10 @@ RETURN replace("hello", "l", "w")
365365
|===
366366
367367
.Query with limit
368-
// tag::functions_string_replace[]
369368
[source, cypher, indent=0]
370369
----
371370
RETURN replace("hello", "l", "w", 1)
372371
----
373-
// end::functions_string_replace[]
374372
375373
.Result
376374
[role="queryresult",options="header,footer",cols="1*<m"]

0 commit comments

Comments
 (0)