Hello,
looks like this code:
re.search("\b[a-z]{2,}\b", "My name is ...", re.I)
doesn't return correct result (the problem is in '\b' patterns). But this regex works fine in testing environment, for example https://www.regex101.com/
Could you take a look on this issue? Maybe my mistake but we should check it...
From: http://www.checkio.org/mission/striped-words/solve/
HTTP_USER_AGENT:
Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2214.111 Safari/537.36
Created at: 2015/02/08 14:14; Updated at: 2015/02/10 21:50