isNotNullAndNotBlank
fun CharSequence?.isNotNullAndNotBlank(): Boolean
Returns true if this CharSequence is neither null nor blank.
null
isNotNullAndNotEmpty
fun CharSequence?.isNotNullAndNotEmpty(): Boolean
Returns true if this CharSequence is neither null nor empty.