On Thu, Dec 11, 2008 at 11:09:04AM -0500, David Fishburn wrote:
 
> I am not certain what the equivalent of Vim's \_.* is in Perl.  Anyone?

The equivalent in Perl is to supply the s flag to the match. 
i.e.  "\n" =~ m/./s;

-- 
Erik Falor
Registered Linux User #445632 http://counter.li.org

--~--~---------~--~----~------------~-------~--~----~
You received this message from the "vim_use" maillist.
For more information, visit http://www.vim.org/maillist.php
-~----------~----~----~----~------~----~------~--~---

Reply via email to