RosettaCodeData/Task/Empty-string/Jq/empty-string-3.jq

4 lines
35 B
Plaintext

s != ""
# or:
s.length != 0 # etc.