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?