str_increment
Increment an alphanumeric string
&reftitle.description;
stringstr_increment
stringstring
Returns the incremented alphanumeric ASCII
string.
&reftitle.parameters;
string
The input string.
&reftitle.returnvalues;
Returns the incremented alphanumeric ASCII string.
&reftitle.errors;
A ValueError is thrown if
string is empty.
A ValueError is thrown if
string is not an alphanumeric
ASCII string.
&reftitle.examples;
Basic str_increment example
]]>
&example.outputs;
str_increment example with a carry
]]>
&example.outputs;
&reftitle.seealso;
str_decrement