powered by
Returns n characters from the right side of the supplied string x.
rvn_substrRight(x, n)
a string to manipulate
number of characters to use from the right side of the string
rvn_substrLeft for using n characters from the left side of string
rvn_substrLeft
rvn_substrMRight for removing n characters from the right side of a string
rvn_substrMRight
rvn_substrMLeft for removing n characters from the left side of a string
rvn_substrMLeft
rvn_substrRight("hello world",3) # returns "rld"
Run the code above in your browser using DataLab