groovy-concatenate-strings
Concatenate Strings with Groovy 1. Overview In this tutorial, we’ll look at several ways to concatenate Strings using Groovy. Note that a Groovy online interpreter comes in handy here. We’ll start by defining a numOfWonder variable, which we’ll use throughout our examples: def numOfWonder = ‘seven’ 2. Concatenation Operators Quite… Continue Reading groovy-concatenate-strings