plus If Not Blank
fun String.plusIfNotBlank(prefix: String = "", postfix: String = ""): String
Content copied to clipboard
From Eugenio's https://github.com/Takhion/kotlin-metadata If this isNotBlank then it adds the optional prefix and postfix.