easy regex question: stops on some white space?

Derek Atkins warlord-DPNOqEs/LNQ at public.gmane.org
Fri Jun 8 11:07:37 EDT 2007


Quoting Eric C <eric-yrHdaQSNc4gdnm+yROfE0A at public.gmane.org>:

> hi.  i'm fiddling around and have an easy questions
> for a regular expression master.  i want everything
> after 'infod6' but 'infod6.*' stops on some white
> space.  i want everything in the file no matter what
> after infod6.  how do you write that?  example:
[snip]

Did you try 'info6d.*$' ?  The '$' means "end of line"..

-derek

-- 
       Derek Atkins, SB '93 MIT EE, SM '95 MIT Media Laboratory
       Member, MIT Student Information Processing Board  (SIPB)
       URL: http://web.mit.edu/warlord/    PP-ASEL-IA     N1NWH
       warlord-DPNOqEs/LNQ at public.gmane.org                        PGP key available


-- 
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.






More information about the Discuss mailing list