powered by
RightmostCharacter() is a convenience function that returns the final character of a string.
RightmostCharacter()
RightmostCharacter(string, len = nchar(string))
RightmostCharacter() returns the rightmost character of a string.
Character string.
(Optional) Integer specifying number of characters in string.
string
Martin R. Smith (martin.smith@durham.ac.uk)
Other string parsing functions: EndSentence(), MorphoBankDecode(), Unquote()
EndSentence()
MorphoBankDecode()
Unquote()
RightmostCharacter("Hello, World!")
Run the code above in your browser using DataLab