Skip to content

Commit bd83613

Browse files
xiazcyCole-Greer
andauthoredNov 17, 2023
Apply suggestions from code review
Co-authored-by: Cole Greer <112986082+Cole-Greer@users.noreply.github.com>
1 parent 46695c9 commit bd83613

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

‎docs/src/upgrade/release-3.7.x.asciidoc

+3-3
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ complete list of all the modifications that are part of this release.
3131
3232
==== String Manipulation Steps
3333
This version introduces the following new string manipulation steps `asString()`, `length()`, `toLower()`, `toUpper()`, `trim()`,
34-
`lTrim()`, `rTrim()`, `reverse()`, `replace()`, `split()`, and `substring()`, as well as modifications to the `concat()` step introduced in 3.7.0.
34+
`lTrim()`, `rTrim()`, `reverse()`, `replace()`, `split()`, `substring()`, and `format()`, as well as modifications to the `concat()` step introduced in 3.7.0.
3535
3636
===== Updates to String Step concat():
3737
Concat has been modified to take traversal varargs instead of a single traversal. Users no longer have to chain
@@ -261,7 +261,7 @@ link:https://tinkerpop.apache.org/docs/x.y.z/reference/#split-step[split()-step]
261261
link:https://tinkerpop.apache.org/docs/x.y.z/reference/#substring-step[substring()-step],
262262
link:https://issues.apache.org/jira/browse/TINKERPOP-2672[TINKERPOP-2672]
263263
264-
===== Format Step
264+
===== New String Step format()
265265
This step is designed to simplify some string operations. In general, it is similar to the string formatting function
266266
available in many programming languages. Variable values can be picked up from Element properties, maps and scope variables.
267267
@@ -282,7 +282,7 @@ gremlin> g.V(1).format("%{name} has %{_} connections").by(bothE().count())
282282
See: link:https://issues.apache.org/jira/browse/TINKERPOP-2334[TINKERPOP-2334],
283283
link:https://tinkerpop.apache.org/docs/x.y.z/reference/#format-step[format()-step]
284284
285-
==== List Traverser Based Steps
285+
==== List Manipulation Steps
286286
Additional List manipulation/filter steps have been added to replace the use of closures: `any()`, `all()`, `product()`,
287287
`merge()`, `intersect()`, `combine()`, `conjoin()`, `difference()`,`disjunct()` and `reverse()`.
288288

0 commit comments

Comments
 (0)