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

3 lines
62 B
Text

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