Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
I rather expect String.next() to work similarly to that of Ruby or Perl.
ie.
assert ++"99" == "100"
assert ++"Az" == "Ba"
At present, ++"99" yields "901", and ++"Az" yields "Az". --"a" yields null.