rev_str.Rd
Reverse string
rev_str(x)
String to be reversed.
Reversed string.
rev_str("abc") #> [1] "cba"