Re: Newbie Regular expression question

2005-04-08 Thread John W. Krahn
N. Ganesh Babu wrote: Hi John, Hello, I am new to understanding and how to use modules in perl programs. I have downloaded and installed the Modules you specified. The documentation in that I can not able to understand. Can you please help with a sample code. I'm sorry, I haven't used that modul

Re: Newbie Regular expression question

2005-04-08 Thread N. Ganesh Babu
Hi John, I am new to understanding and how to use modules in perl programs. I have downloaded and installed the Modules you specified. The documentation in that I can not able to understand. Can you please help with a sample code. Thanks in advance. Regards, Ganesh John W. Krahn wrote: N. Ganes

Re: Newbie Regular expression question

2005-04-08 Thread John W. Krahn
N. Ganesh Babu wrote: Thank you very much for you help. One more small help. fourth string B. van Sures to be tagged as B.van Sures fifth string van Sures, B., to be tagged as van SuresB. sixth string Bockris, O. M. J., to be tagged as BockrisO. M.J. All 6 should be converted in a single rege

Re: Newbie Regular expression question

2005-04-07 Thread N. Ganesh Babu
Dear John, Thank you very much for you help. One more small help. fourth string B. van Sures to be tagged as B.van Sures fifth string van Sures, B., to be tagged as van SuresB. sixth string Bockris, O. M. J., to be tagged as BockrisO. M.J. All 6 should be converted in a single regex. Regards, G

Re: Newbie Regular expression question

2005-04-05 Thread John W. Krahn
N. Ganesh Babu wrote: Dear All, Hello, I have to convert these lines into individual part of name information with a single regular expression. Input: B. E. Conway, J. O. M. Bockris B. Conway Output: B.E.Conway J.O. M. Bockris B. Conway Can anybody help me in getting the single regular expressi

Newbie Regular expression question

2005-04-05 Thread N. Ganesh Babu
Dear All, I have to convert these lines into individual part of name information with a single regular expression. Input: B. E. Conway, J. O. M. Bockris B. Conway Output: B.E.Conway J.O. M. Bockris B. Conway Can anybody help me in getting the single regular expression. Thanks for the help. Rega