Skip to content

Commit

Permalink
last comma into pipe
Browse files Browse the repository at this point in the history
last sentence after final value....uniques....join code box, just before key points
  • Loading branch information
jas58 committed Apr 5, 2024
1 parent 421f756 commit 47b9b22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion episodes/11-using-arrays-transformations.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ You can also join arrays together to make a 'String'. The GREL expression would
value.split("|").uniques().join("|")
```

Taking the same example again, this would result in a string with the subjects in alphabetical order, listed with commas between each subject.
Taking the same example again, this would result in a string with the subjects in alphabetical order, listed with pipes between each subject.

::::::::::::::::::::::::::::::::::::::: instructor

Expand Down

0 comments on commit 47b9b22

Please sign in to comment.