top | item 39764073

(no title)

user2342 | 1 year ago

I'm confused by this blog-post. In the table: what is the reg-ex pattern tested and against which input?

discuss

order

mnw21cam|1 year 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"