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.
there are many ways to slove this without regex
You are very correct!
The current implmentation did not account for when number is equal 0
This comment is hidden because it contains spoiler information about the solution
doesnt metter
that is also work
yes, when there's only one statement to execute
No, there's a newline after the third digit: "123\n".
That's why the closing quote is below the digits.
Your code should be able to handle edge cases like the stated above.
thanks for the explanation!
does that mean the input have space like this "123 " ??
Why are people so afraid of regex.. It's an awesome tool.
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
it can easily be done without regex
See where the closing quote is.
Loading more items...