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 <function>str_increment</function> example ]]> &example.outputs; <function>str_increment</function> example with a carry ]]> &example.outputs; &reftitle.seealso; str_decrement