From: Jeff Johnson on
"Jeff Johnson" <i.get(a)enough.spam> wrote in message
news:OivT5HNtKHA.5976(a)TK2MSFTNGP05.phx.gbl...

> case-insensistive

(I can't tell you how many times I backspaced to correct this word and yet I
STILL got it wrong!!)


From: Matthijs de Z on

>     string regExpression = @".*\\" + myDefaultName +
> "(\d{8}\.[zZ][iI][pP])$";

adding a @ to the "(\d{8}\.[zZ][iI][pP])$" part was the final thing.
Now it works fine.
thanks all!
From: Matthijs de Z on
> I also wanted to recommend that you go get a utility which will help you
> test regular expressions. I like Expresso, which is free.http://www.ultrapico.com.

and thanks for the espresso. I like a cup of coffee in the morning.
especially this one. Very useful.