Not to sound rude, but you should do it yourself. It will help you in your programming career. Moreover, it's not a rails related issue.
You can use Internet search for learning more about regex. This is first result I got on Google: http://www.regular-expressions.info/reference.html Thanks, Abhinav PS: Please don't outsource your work to this mailing list, and if you do, please do tell us what all you tried. -- अभिनव http://twitter.com/abhinav On Fri, Sep 11, 2009 at 5:06 PM, Sandip Ransing <[email protected]> wrote: > Hello All, > > I wanted regular expression for the following patterns like > > Nauzer Bharucha, TNN 10 September 2009, 12:01am IST > > IANS 3 September 2009, 02:57pm IST > > regular expression should return > *date* in first group > *author* in second group > and *agency* in third group > > for below pattern it should return > Nauzer Bharucha, TNN 10 September 2009, 12:01am IST > > $1 = 10 September 2009 > $2 = Nauzer Bharucha > $3 = TNN > > In second case author is nil > > Any ideas ? > > Sandip > > > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---

