RosettaCodeData/Task/Empty-string/Jq/empty-string-3.jq
2017-09-25 22:28:19 +02:00

3 lines
35 B
Text

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