Closed turboMaCk closed 4 years ago
I almost thought nonBlank must be just an alias for nonEmpty. However there is difference in how it handles white symbols (since nonBlank is using isBlank check). I think it's worth illustrating using example.
nonBlank
nonEmpty
isBlank
thanks
I almost thought
nonBlank
must be just an alias fornonEmpty
. However there is difference in how it handles white symbols (sincenonBlank
is usingisBlank
check). I think it's worth illustrating using example.