powered by
Returns a string in reverse order.
StrRev(x)
string
a string to be processed.
Andri Signorell <andri@signorell.net> solely copying R core code from strsplit example
String functions: nchar, match, grep, regexpr, substr, sub, gsub, StrTrunc, StrDist
nchar
match
grep
regexpr
substr
sub
gsub
StrTrunc
StrDist
StrRev("home") StrRev("Anna")
Run the code above in your browser using DataLab