I've no idea how to deal with this mission:
http://www.checkio.org/mission/regex-2/simple-path-to-catalog/info/python-3/
Find words which can be path to the OS windows catalog. Names of the
catalogs can't end with spaces and contain them.
string = 'C:\Users\Public 1:/users d:\localdocuments\Public\doc'
# result == ['C:\Users\Public','d:\localdocuments\Public\doc']
!!!help, help, enlighten me, please ~.~
as you can see, '\U' is in the given string, and then I got an error:
[ SyntaxError: (unicode error) 'unicodeescape' codec can't decode bytes in position 2-4: truncated \UXXXXXXXX escape (<MYCODE>, line 6) ]
Created at: 2012/04/20 09:06; Updated at: 2013/09/30 13:46