I'm sorry for posting so much, but I just can't seem to understand why my answer is being rejected in level 3.
This is the assignment:
Your pattern shall match all images with the name wechall.ext or wechall4.ext and a valid image extension.
Valid image extensions are .jpg, .gif, .tiff, .bmp and .png.
And I get this error:
Your pattern would match "wechall.jpg ", but it should not match it.
But from the explanation it seems to me that it should match it. Could someone explain this to me?