Loading collection data...
Collections are a way for you to organize kata so that you can create your own training routines. Every collection you create is public and automatically sharable with other warriors. After you have added a few kata to a collection you and others can train on the kata contained within the collection.
Get started now by creating a new collection.
Some reading will help
Sorry I misread your code and forgot this kata didn't use a function. The point of this kata is to assign to
regex
a regular expression as a string literal that validates a password according to the description's requirements. Your code should just be something likeregex="SOME REGULAR EXPRESSION"
. If you are not familiar with regular expression, it's more reasonable to learn about it on easier katas. You can make a research with theRegular expressions
tag inPractice
.You must return the value, not print it (what you print is not taken in consideration by the tests, this is just to help you debugging your code.
Ey yo
Hi