Skip to content

Instantly share code, notes, and snippets.

@sliskiCode
Last active November 5, 2016 14:05
Show Gist options
  • Save sliskiCode/a0fde6dccdfba412386bf00aaa65fe5b to your computer and use it in GitHub Desktop.
Save sliskiCode/a0fde6dccdfba412386bf00aaa65fe5b to your computer and use it in GitHub Desktop.
Quick dive in Kotlin extensions 3
String foo = "Piotr Slesarew";
StringKtTestKt.removeWhitespaces(foo);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment