Hi everyone,
I am a newbie in Perl.
I would like to know how to extract the abbreviation from a given text using Perl.
For example,
Dr. Alex is a very smart doctor. He is from USA.
Then my output will be
Dr.
USA
Thank you.
I am a newbie in Perl.
I would like to know how to extract the abbreviation from a given text using Perl.
For example,
Dr. Alex is a very smart doctor. He is from USA.
Then my output will be
Dr.
USA
Thank you.
Comment