THT
Install
Manual
Version: v0.8.1 - Beta. We welcome
contributors & feedback
.
Home
Manual
String
String.right
right($length) -> string
Description
Get the last
$length
characters.
'abcdef'.right(3) //= 'def'
See Also
left
limit
substring
Back: String