Skip to content

Instantly share code, notes, and snippets.

@nathanhillyer
Created January 7, 2016 20:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nathanhillyer/19aad3bb6e346a7b5953 to your computer and use it in GitHub Desktop.
Save nathanhillyer/19aad3bb6e346a7b5953 to your computer and use it in GitHub Desktop.
func transformString(stringToTransform: String, transformation: (String) -> String) -> String {
return transformation(stringToTranform)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment