RosettaCodeData/Task/Reverse-a-string/Jq/reverse-a-string.jq
2017-09-25 22:28:19 +02:00

1 line
49 B
Text

def reverse_string: explode | reverse | implode;