0
Generate random String
Hi Community, how can I generate a string with 9 characters/letters in the following order lowercase, numbers, uppercase? E.g. abc123ABC. I have a method that generates everything randomly and it needs to be a random string but with this kind of setting. I appreciate all help I've been stuck at this for a while. Regards
4 Answers
+ 8
i made this it might help đ
https://code.sololearn.com/c0viTKYuCKNl/?ref=app
+ 6
Thank you for best answer and your very welcome đđ
+ 1
that's exactly it I was trying something like that with a different algorithm and I was getting out of bounds exceptions. Thanks 4 the help đšđŸâđ»đ
0
What do u mean