dimanche 12 avril 2015

How can I increment a string in PHP with switching cases?


Vote count:

0




I have a string that I want to increment but after it's done incrementing with uppercase I want it to switch to lowercase incremention.



XX
XY
XZ
YA
YB
YC
YD
YE
YF


What I want would give a resut like this:



XX
XY
XZ
Xa
Xb
Xc


asked 17 secs ago







How can I increment a string in PHP with switching cases?

Aucun commentaire:

Enregistrer un commentaire