True if s is nil, empty, or contains only whitespace.
Source
(defnblank?"True if s is nil, empty, or contains only whitespace."{:added"1.2"}[^CharSequence s](ifs(loop[index(int0)](if(=(.lengths)index)true(if(Character/isWhitespace(.charAtsindex))(recur(incindex))false)))true))