Tail
type | returns |
method |
|
Arguments
name | type | description |
size | int | the amount of characters to grab |
Explanation
Returns a substring of the given size, starting at the string's last character. Roughly equivilent to #slice(-size)
Examples
Last updated