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.
looks like u solved it
This comment is hidden because it contains spoiler information about the solution
Couldn't you write the whole regex as
^(\d{1,3}\.){4}$
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
The best example that I have found in a few seconds.
http://www.samuellaboy.com/New_Folder/Special_Topics/My%20des3.gif
You're right. I forgot to remove it, after some experiments :)
yep))
This comment is hidden because it contains spoiler information about the solution
@MrHobbits,
Try wrapping your code with triple backticks (`) and optional language identifier.
This comment is hidden because it contains spoiler information about the solution
Hi,
type("111") != type(111)
Regards,
suic