Version: v0.7.1 - Beta.  We welcome contributors & feedback.

String.right

right($length) -> string

Description

Get the last $length characters.

'abcdef'.right(3)
//= 'def'

See Also