succ
succ() -> string
Used internally by ObjectRange
. Converts the last character of the string to the following character in the Unicode alphabet.
Examples
'a'.succ();
// -> 'b'
'aaaa'.succ();
// -> 'aaab'
succ() -> string
Used internally by ObjectRange
. Converts the last character of the string to the following character in the Unicode alphabet.
'a'.succ();
// -> 'b'
'aaaa'.succ();
// -> 'aaab'