inline fun <T : CharSequence> T.blankToNull(): T?
Returns this String if it is not blank, null otherwise.