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