Date: Wed, 5 Nov 2008 13:45:46 -0800
Reply-To: bigD <diaphanosoma@GMAIL.COM>
Sender: "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From: bigD <diaphanosoma@GMAIL.COM>
Organization: http://groups.google.com
Subject: Re: Regular expression to extract strings contianing underscore(s)
Content-Type: text/plain; charset=ISO-8859-1
See Ron Cody's Paper 265-29 on perl regular expressions. It should be
easy from there.
On Nov 5, 11:59 am, mysas...@GMAIL.COM (Michael Murff) wrote:
> Hi,
>
> I have a file that I am trying to parse so that I can extract all the words
> that have underscore(s). There can be multiple instances of words per line.
>
> Basically, my end goal is to build a distinct list of of the words that have
> underscores. I would appreciate any pointers.
>
> Thanks,
> Mike
|