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.
Your code has a problem. The log is clear, you have some extra characters. Please don't raise issues so lightly. I strongly advice you to refer to the documentation: https://docs.codewars.com/training/troubleshooting/
Input:
String: '\t@ bananas watermelons apples watermelons lemons\nlemons apples ?\nlemons .\ncherries cherries ?\nlemons strawberries cherries'
Markers: ['!', '=', '@', ',', '?', '^', "'"]
Issue:
'\t\nlemons apples\nlemons .\ncherries cherries\nlemons strawberries cherries'
should equal
'\nlemons apples\nlemons .\ncherries cherries\nlemons strawberries cherries'
I think here we have a little Issue
I think in the same way