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.
poor mathematics, great
does this regex mean that it matches any character? And when it finds a match it ignores all other matches in the string?
I tried running it in RegExr, and I got confused why it ignored "The" at the beginning of the string but matched 'the' elsewhere.
Wasn't an issue, I was passing a string parameter for replace.
I seem to have the same issue overhere, works totally fine in console, but doesnt pass on codewars, same number, also "twenty six thousand three hundred fifty-nine"
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
Normally the feedback for solutions should be in Solutions, not in Discourse. Link to your solution: https://www.codewars.com/kata/reviews/585d85846aa5e61d580004cd/groups/62012005be91d40001ccc863
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
Jesus, what was I thinking with this code? xD