6 ms·
perlre Metacharacters documentation states: $ Match the end of the string (or before newline at the end of the string; or before any newline if /m is used) (/m
by Existing4190 2y ago
perlre Metacharacters documentation states:
$ Match the end of the string (or before newline at the end of the string; or before any newline if /m is used)
(/m enables multiline mode)