News

Recently, a colleague asked if Groovy has a slick way for extracting the last word from a sentence. My immediate answer was to use Java’s String.split(String) , split on a single space string ( ...