Skip to content

Instantly share code, notes, and snippets.

@magdamiu
Created December 17, 2021 13: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 magdamiu/3dd2a1329a492e9fea35ea8623482dfd to your computer and use it in GitHub Desktop.
Save magdamiu/3dd2a1329a492e9fea35ea8623482dfd to your computer and use it in GitHub Desktop.
String templates | High performance with idiomatic Kotlin
val displayContentWithTemplate = "Hello $firstName! Please confirm that $email is your email address."
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment