Re: More regex required!

2003-02-01 Thread dan
Hey, this works, just 1 thing it doesn't do, but should. 1) this.is.a.string.to.match.with 2) this.is.another.string.to.match.with 3) this.is.a.totally.with.different.string I've changed string 3 just to demonstrate this. What I want to be able to do, along with what's already been said, is to do

Re: More regex required!

2003-01-31 Thread Rob Dixon
Dan wrote: > Hi again, > > Yet another question for you. I string (these are just examples): > > 1) this.is.a.string.to.match.with > 2) this.is.another.string.to.match.with > 3) this.is.a.totally.different.string use strict; use warnings; my @string = qw ( this.is.a.string.to.

RE: More regex required!

2003-01-31 Thread Wagner, David --- Senior Programmer Analyst --- WGO
dan wrote: > Hi again, > > Yet another question for you. I string (these are just examples): > > 1) this.is.a.string.to.match.with > 2) this.is.another.string.to.match.with > 3) this.is.a.totally.different.string > > Basically, what I want to be able to do, is to carry out match testing > agains

More regex required!

2003-01-31 Thread dan
Hi again, Yet another question for you. I string (these are just examples): 1) this.is.a.string.to.match.with 2) this.is.another.string.to.match.with 3) this.is.a.totally.different.string Basically, what I want to be able to do, is to carry out match testing against them, and return just the str