I have a serial no contain both characters and numbers, something like ‘A1B2000C‘, I want to generate next serial no by increasing number part +1. The next serial no will be A1B2001C. Is there any way to archieve it?
I have a serial no contain both characters and numbers, something like ‘ A1B2000C
Share
Not in one line, but…
output:
Actually, it can be done in one line!
But legibility suffers