You are viewing a single comment's thread. Return to all comments →
This didn't work for me in python2. Adding (^..$) passed all tests:
^.{3}\..{3}\..{3}\..{3}$
It seems this problem requires an exact matching for the entire string.
Seems like cookies are disabled on this browser, please enable them to open this website
Matching Anything But a Newline
You are viewing a single comment's thread. Return to all comments →
This didn't work for me in python2. Adding (^..$) passed all tests:
It seems this problem requires an exact matching for the entire string.