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

3 lines
62 B
Text

# endswith/1 is also boolean:
"abc" | endswith("bc")
#=> true