RosettaCodeData/Task/Empty-string/Jq/empty-string-3.jq
2023-07-01 13:44:08 -04:00

3 lines
35 B
Text

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