7 ms·
I'm confused by this blog-post. In the table: what is the reg-ex pattern tested and against which input?
by user2342 2y ago
I'm confused by this blog-post. In the table: what is the reg-ex pattern tested and against which input?
- mnw21cam 2y agoThe 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"