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: docs/src/upgrade/release-3.7.x.asciidoc
+3-3
Original file line number
Diff line number
Diff line change
@@ -31,7 +31,7 @@ complete list of all the modifications that are part of this release.
31
31
32
32
==== String Manipulation Steps
33
33
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.
35
35
36
36
===== Updates to String Step concat():
37
37
Concat has been modified to take traversal varargs instead of a single traversal. Users no longer have to chain
0 commit comments