Hacker News new | ask | show | jobs
by mnw21cam 814 days ago
The input being matched is "cat\n" and the regex pattern is one of:

  "cat$" with multiline enabled
  "cat$" with multiline disabled
  "cat\z"
  "cat\Z"