<g:join in="['Grails', 'Groovy', 'Gradle']" delimiter="_"/>
Grails_Groovy_Gradle
in
- The collection to iterate overdelimiter
(optional) - The value of the delimiter to use during the join. If no delimiter is specified then ", " (a comma followed by a space) will be used as the delimiter.