Join Slack
Communities
Powered by
for strings there is a method isNullOrBlank which ...
# announcements
n
nitrog42
02/17/2017, 11:27 AM
for strings there is a method
isNullOrBlank
which is very useful, but I wonder why the opposite doesn’t exist (
isNotNullOrBlank
) because
if(str.isNotNullOrBlank())
seems like a much more common case to me. Is there any pratical reason for that ?
Open in Slack
Previous
Next