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*

4
  • \$\begingroup\$ You may want a $ on the end of the regex if the code itself ends at the end of the regex. Otherwise I could do e.g. x=>x.toString().toString().toString().toString() and then whatever I want after that. \$\endgroup\$ Commented Mar 8, 2017 at 16:43
  • \$\begingroup\$ Cracked \$\endgroup\$ Commented Mar 8, 2017 at 16:46
  • 1
    \$\begingroup\$ @ovs Wow, that was fast. Good job! \$\endgroup\$ Commented Mar 8, 2017 at 16:49
  • 4
    \$\begingroup\$ @Tom The .* at the beginning would've made it really easy. It could be any program followed by a comment. Basically, don't include .* in your regex. \$\endgroup\$ Commented Mar 8, 2017 at 17:22