NullableStringExtensions extension

Extensions to String?

since 0.7.0

on

Properties

isBlank bool
Returns true if this is blank. See StringUtil.isBlank
no setter
isEmpty bool
Returns true if this is null or empty
no setter
isNotBlank bool
Returns true if this is NOT blank. See StringUtil.isBlank
no setter
isNotEmpty bool
Returns true if this is NOT null and NOT empty
no setter