plusIfNotBlank

fun String.plusIfNotBlank(prefix: String = "", postfix: String = ""): String

From Eugenio's https://github.com/Takhion/kotlin-metadata If this isNotBlank then it adds the optional prefix and postfix.