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.
Mind if you explain the code...very nice solution by the way
The pole is not nessesry when using character class but it can produce a potential bug if the pole is part of the input as @niceass stated.
It's a good solution.
I didn't know about filter function only needs a conditional to filter lists.
Well. It was more simple solution than mine.
it will not work if symbol "|" in the sentence
The user managed to complete the kata. Closing.
The regex pattern here will not match if there is nothing after the marker (you used .+ instead of .*, which requires at least 1 of any character as opposed to 0 or more of any character)
This comment is hidden because it contains spoiler information about the solution
When I submit it says 17 tets succeed 0 fail and there are 2 errors. I don't think these are errors on my part.
For some reason my release function is never called when I try to submit. My own test does call release, and it seems to work correctly. Are the test scripts broken for this kata?