Re: Regex query

2005-09-21 Thread Williamawalters
In a message dated 9/21/2005 3:15:58 A.M. Eastern Standard Time, [EMAIL PROTECTED] writes:   > Dear All,> This is a sample code, I hope it would explain my problem.> I want to extract some text from string based on some criteria.> 1)    My definition> 2)    Words> 3)    Non-Words> > My cod

RE: Regex query

2005-09-21 Thread Brian Raven
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Sandeep Deshpande Sent: 21 September 2005 07:42 To: [EMAIL PROTECTED]; activeperl@listserv.ActiveState.com Subject: Regex query Dear All, This is a sample code, I hope it would explain my problem. I want to e

Re: Regex query

2005-09-21 Thread $Bill Luebkert
Sandeep Deshpande wrote: > Dear All, > This is a sample code, I hope it would explain my problem. > I want to extract some text from string based on some criteria. > 1)My definition > 2)Words > 3)Non-Words > > My code goes as follows > > ==