Empty
Testing for an Empty String
An Empty String is a String that is meats at least ONE of the following criteria
is null
is zero length
isEmpty
The isEmpty returns true if ANY ONE of the above criteria holds true
isNotEmpty
The isNotBlank returns true only if ALL of the above criteria are invalid
Last updated