Reference: strRight
strRight(s, n) returns the n last (that is, right-most) characters in s, a string. Example: strRight("Hello World!", 6) = "World!"
strRight(s, n) returns the n last (that is, right-most) characters in s, a string. Example: strRight("Hello World!", 6) = "World!"