RosettaCodeData/Task/Reverse-a-string/Jq/reverse-a-string.jq
2023-07-01 13:44:08 -04:00

1 line
49 B
Text

def reverse_string: explode | reverse | implode;