right ( string text, n integer ) → textReturns last
n characters in the string, or when n is negative, returns all but first |n| characters.right('abcde', 2) → deReturns last n characters in the string, or when n is negative, returns all but first |n| characters.
right ( string text, n integer ) → textReturns last
n characters in the string, or when n is negative, returns all but first |n| characters.right('abcde', 2) → deDefinition snapshot: 2026-09-14T13:14:25.684213+00:00@99e6866c · English manual source