Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

5
  • \$\begingroup\$ This doesn't match the regex. You're missing the œ?. \$\endgroup\$ Commented Mar 10, 2017 at 2:33
  • \$\begingroup\$ The ? quantifier makes œ optional. \$\endgroup\$ Commented Mar 10, 2017 at 2:35
  • \$\begingroup\$ Oh, duh. I need to go fix the regex, then. It's a pity that cops-and-robbers tends to end up littered with broken questions like this. \$\endgroup\$ Commented Mar 10, 2017 at 2:38
  • \$\begingroup\$ Come to think of it, is the original question even valid? I didn't have a submission that matched the regex (and wasn't aware of it because I missed that ? was a metacharacter). \$\endgroup\$ Commented Mar 10, 2017 at 2:41
  • 1
    \$\begingroup\$ As long as it's actually solvable, there is a solution, so it's valid. You couldn't win with your submission unless you crack it yourself though. \$\endgroup\$ Commented Mar 10, 2017 at 2:42