<g:join in="['Grails', 'Groovy', 'Gradle']" delimiter="_"/>
join
Purpose
Uses the Groovy JDK join method to concatenate the toString()
representation of each item in this collection with the given separator.
Examples
That would result in output like this:
Grails_Groovy_Gradle
Description
Attributes