learnbyexample/py_regular_expressions

Possible misunderstanding for question 10

iLoveTux opened this issue · 1 comments

Question 10 says: "Match strings that start with den or end with ly", but under "Should NOT match" the string "fly" is listed. I might be wrong, but "fly" ends with "ly" and should match, or am I missing something?

Here's a clue:

q10_repr

See Anchors for more details.