strReverse {OpenRepGrid} | R Documentation |
reverses the strings of a vector, i.e. c("ABC", "abc") becomes c("CBA", "cba")
strReverse(x)
x |
a string or a vector of strings |
vector a string or vector of strings with reversed chars
strReverse(c("ABC", "abc"))