Uppercase + Numbers
Closed this issue · 2 comments
mayankkataria commented
How to get combination of Uppercase(A-Z) + Numbers(0-9)? Is there any way to include multiple dictionaries like below?
customAlphabet(uppercase, numbers, 10)
CyberAP commented
customAlphabet(uppercase + numbers, 10)
mayankkataria commented
customAlphabet(uppercase + numbers, 10)
Thanks a lot