Extracts the rightmost characters from a string. Takes str (string to extract from), count (number of characters). Returns the last count characters from the end of the string.
str
String
count
Int
; No example implemented yet