i’m very confused here.
How can I loop this:
start from 0-9a-zA-Z
foreach alphanumeric char from the above range, I have to create a string
the very fist string will be
0000
... ( thousands of string generated between)
0009
... ( thousands of string generated between)
000a
... ( thousands of string generated between)
000z
000A
... ( thousands of string generated between)
000Z
.... ( thousands of string generated between)
ZZZA
... ( thousands of string generated between)
ZZZZ
Here is one solution: