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.
I put a spoiler tag over your solution: even if wrong, try to avoid giving "tips" to other codewarriors :)
Other than that, I would use a simpler regex (if you want to use a regex, afterall): consider you only have to prove that the string is not empty and that there is at least one character which is not alphanumeric to prove it false, otherwise it is true.
Hope this helps!