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.
This should be the real first answer in "Best Pratices".
really out of box solution.
this also affects to numbers (\w corresponds to [a-zA-Z_0-9])
Copy it and paste it in regex101.com
Could someone explain me how this reg exp works? I would really be grateful
nice solution
somehow my brain misses chars and map :p
good.
I didn't know it existed, but that is really useful!
The description only talks about punctuation, no intended behavior is specified for numbers (and underscores inside words can hardly be called punctuation either). So \w is prefectly acceptable here, as it's [a-b] due to lack of specification.
Holy shit, I like this solution awesomely much :-)
nothing crazy here if you are familiar with curyying and composition
So cool than mime
Cool Algorithm
This comment is hidden because it contains spoiler information about the solution
Loading more items...