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.
One test case??? 🤦
Duplicate of Josephus Survivor: https://www.codewars.com/kata/555624b601231dc7a400017a/csharp
The regex is the completely wrong solution here. It's quite slow relative to the rest of the method, by at least one order of magnatude. Which is a high price for something which is ultimately going to fail -- the start of the pattern say "match semi-colon or anything in the range ..." which means bar, open bracket & close bracket will get through, along with any whitespace character aside from a blank (such as a tab).
8 kuy pls
Ok