succ

fnS succ(S)(S s) if (isSomeString!S) @safe pure

Return string that is the 'successor' to s[]. If the rightmost character is a-zA-Z0-9, it is incremented within its case or digits. If it generates a carry, the process is repeated with the one to its immediate left.