Hello,
I want to write a program.
in the program i need to generate a password that contain 8 - 10 charachters.
i did it, but without regex, Can any one help me, how to do this with the regular exp ?
the criterias for the pass are:
1- the length 8 -10 chars.
2- the pass must contain just [a-z] or [A-Z] or [0-9].
3- i must use the char just once in the all pass
sorry for myweak eng
I hope that u understand me, and i hope that u help me.
thank u :)
TiTo ^_^