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
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
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
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
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
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