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.
Just a remark to always benchmark your code to make this statement. As newer releases of .Net Core also Regex gets faster and faster.
So better stay maintainable and readable and let the performance guys do their work
References:
There is actually no difference as these functions are evaluated lazily.
This comment is hidden because it contains spoiler information about the solution
Because none of the tests check for leading apostrophes
Short, but no bonus points for you i guess ^^
This comment is hidden because it contains spoiler information about the solution
Haha I was joking that I didn't realize there was an IPAdress class we could use. This is the best solution hands down.
There were no restrictions in the conditions ¯\(ツ)/¯
Oh come on.....
Because it includes possible leading apostrophes how described in description.
I really like your Regex!
This comment is hidden because it contains spoiler information about the solution
Beautiful
Elegant one, but I persannoly chose not to use regex because it is rather slow in general.
Good solutuion, but it will be better first to take elements and then select.
Loading more items...