nullStringIfEmpty

open fun nullStringIfEmpty(input: String): String

If the input is an empty string, returns null. Otherwise, returns the input.