skipLast abstract method
Eagerly selects all but the last count
characters.
If count
is greater than length, the count of character
available, then the empty sequence of characters
is returned.
Implementation
Characters skipLast(int count);
Eagerly selects all but the last count
characters.
If count
is greater than length, the count of character
available, then the empty sequence of characters
is returned.
Characters skipLast(int count);