Skip to content

Instantly share code, notes, and snippets.

@alexbepple
Created August 31, 2010 12:06
Show Gist options
  • Save alexbepple/558934 to your computer and use it in GitHub Desktop.
Save alexbepple/558934 to your computer and use it in GitHub Desktop.
return join(twist(wordsIn(string)), SPACE);
public static String join(List<String> toJoin, String joiner) {
return concat(mixIn(toJoin, joiner));
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment