Skip to content

Commit

Permalink
Add documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
jpb committed Jun 25, 2020
1 parent 39ed8fd commit a8fb86c
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions docs/yaml-preprocessing.md
Original file line number Diff line number Diff line change
Expand Up @@ -418,6 +418,18 @@ things: !$split
# - b
```

* `!$join` join a list into a string

```yaml
# !$join [delimiter, strings]

things: !$join
- ', '
- - a
- b

# things: a, b
```

### String manipulation Tags

Expand Down

0 comments on commit a8fb86c

Please sign in to comment.