The Sidef programming language
More
Search
Ctrl + K
Increment a numerical string
Copy
say
'1234'
.
inc
#=> '1235'
say
'99'
.
inc
#=> '100'
Previous
Increasing gaps between consecutive Niven numbers
Next
Index finite lists of positive integers
Last updated
1 year ago