SCStringNExtension extension

on

Properties

isBlank bool

Available on String?, provided by the SCStringNExtension extension

no setter
isEmptyOrNull bool

Available on String?, provided by the SCStringNExtension extension

Return a bool if the string is null or empty
no setter
isNotBlank bool

Available on String?, provided by the SCStringNExtension extension

Returns true if s is neither null, empty nor is solely made of whitespace characters.
no setter