Re: Removing a Pattern using a Regular Expression

2018-06-14 Thread John W. Krahn
On Wed, 2018-06-13 at 21:21 -0500, Martin McCormick wrote: > I wrote a small perl program to more quickly read all the > subjects in an email list.  One of the things the script does is > to remove the mailing list name which repeats for every message > and consists of a [, some English text and fi

Re: Removing a Pattern using a Regular Expression

2018-06-14 Thread Shlomi Fish
Hi Dmitri, On Thu, 14 Jun 2018 11:34:34 +0300 Дмитрий Ананьевский wrote: > On Wed, 13 Jun 2018 21:21:12 -0500 > "Martin McCormick" wrote: > > > I wrote a small perl program to more quickly read all the > > subjects in an email list. One of the things the script does is > > to remove the maili

Re: Removing a Pattern using a Regular Expression

2018-06-14 Thread Shlomi Fish
Hi, On Wed, 13 Jun 2018 21:21:12 -0500 "Martin McCormick" wrote: > I wrote a small perl program to more quickly read all the > subjects in an email list. One of the things the script does is > to remove the mailing list name which repeats for every message > and consists of a [, some English te

Re: Removing a Pattern using a Regular Expression

2018-06-14 Thread Дмитрий Ананьевский
On Wed, 13 Jun 2018 21:21:12 -0500 "Martin McCormick" wrote: > I wrote a small perl program to more quickly read all the > subjects in an email list. One of the things the script does is > to remove the mailing list name which repeats for every message > and consists of a [, some English text an

Removing a Pattern using a Regular Expression

2018-06-13 Thread Martin McCormick
I wrote a small perl program to more quickly read all the subjects in an email list. One of the things the script does is to remove the mailing list name which repeats for every message and consists of a [, some English text and finally a ]. I was able to write a RE that identifies that t