powered by
reverses the strings of a vector, i.e. c("ABC", "abc") becomes c("CBA", "cba")
strReverse(x)
vector a string or vector of strings with reversed chars
a string or a vector of strings
strReverse(c("ABC", "abc"))
Run the code above in your browser using DataLab