Reverses a vector of 'strings' (a character vector). Not
safe for unicode (UTF-8) characters.
Usage
str_rev(x)
Arguments
x
a character vector.
Details
This function is written in C for fast execution;
however, we do not handle non-ASCII characters. For a
'safe' version of str_rev that handles unicode
characters, see str_rev2.