← Docs
kotlin-stdlib / kotlin / plus

plus

Common
JVM
JS
Native
1.0
operator fun String ? . plus ( other : Any ? ) : String
(Common source) (Native source)

Concatenates this string with the string representation of the given other object. If either the receiver or the other object are null, they are represented as the string "null".

Stay in touch:
  • Contributing to Kotlin
  • Releases
  • Press Kit
  • Security
  • Blog
  • Issue Tracker
  • Brand assets
  • Careers
Supported and developed by JetBrains .
Kotlin™ is protected under the Kotlin Foundation
and licensed under the Apache 2 license .