Hacker News new | ask | show | jobs
by Someone 5201 days ago
It is not only that it is Perl-style; this version also supports multiline regular expressions.

I do not like that it requires you to know a file's line endings to use them, though:

    Mac.   : a\rb
    Windows: a\r\nb
    Unix.  : a\nb
1 comments

I was able to do this in the previous version.