Tail
Arguments
Explanation
Examples
"Hello!".tail(1) == "!"
// Goat emoji is a surrogate of two bytes
"ππ".tail(2) == "π"Last updated
Was this helpful?
"Hello!".tail(1) == "!"
// Goat emoji is a surrogate of two bytes
"ππ".tail(2) == "π"Last updated
Was this helpful?
Was this helpful?