RosettaCodeData/Task/Reverse-a-string/Jq/reverse-a-string.jq

2 lines
49 B
Plaintext

def reverse_string: explode | reverse | implode;