Skip to content

Instantly share code, notes, and snippets.

@hhariri
Last active December 11, 2015 10:28
Show Gist options
  • Save hhariri/4587057 to your computer and use it in GitHub Desktop.
Save hhariri/4587057 to your computer and use it in GitHub Desktop.
var spaceReplace = { String.(char: Char): String -> this.replace(' ', char) }
val output = "This is an example".spaceReplace('_')
// outputs: This_is_an_example
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment