For the complete documentation index, see llms.txt. This page is also available as Markdown.

Increment a numerical string

say '1234'.inc    #=> '1235'
say '99'.inc      #=> '100'

Last updated