%dw 2.0
output application/json
---
{ "hyphenate" : ["a","b","c"] joinBy "-" }
joinBy
joinBy(elements: Array<StringCoerceable>, separator: String): String
Submit your feedback!
Share your thoughts to help us build the best documentation experience for you!
Take our latest
survey!