lundi 24 juillet 2017

Generate a random Alphanumeric String without some characters

I want to generate a random Alphanumeric String. I want to exlude some characters from my string

l, i, o and the number 0

For the moment i have this code:

numberFile = RandomStringUtils.randomAlphanumeric( 5 );




Aucun commentaire:

Enregistrer un commentaire