0
CodeCoach: Password Validator
I have been trying to solve this for a week now, and this code gives good answers for all except the ninth test. I’ve changes all kinds of stuff and always had the same problem https://code.sololearn.com/cgixA7XDxjC0/?ref=app
2 Respostas
+ 1
I tried this challenge in Kotlin
https://code.sololearn.com/cTP286AQdeEn/?ref=app
0
Thanks guys, i got it, i just had to make a regex for the chars and a regex for the nums, and then it worked