We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e89278 commit f71d753Copy full SHA for f71d753
nifi-docs/src/main/asciidoc/expression-language-guide.adoc
@@ -1205,7 +1205,7 @@ then the following Expressions will result in the following values:
1205
| `${str:repeat(1)}` | `abc`
1206
| `${str:repeat(2)}` | `abcabc`
1207
| `${str:repeat(1,2)}` | `abc` or `abcabc` (at random)
1208
-| `${str:repeat( ${str:length()} )}` | `abc` or `abcabc` or `abcabcabc` (at random)
+| `${str:repeat( ${str:length()} )}` | `abcabcabc`
1209
|================================================================
1210
1211
0 commit comments