succ :: String
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'
Prototype API 1.5.0 - prototypejs.org