in reply to Re: I think I'm starting to get it
in thread I think I'm starting to get it

That is (mostly) fine too.

I prefer to tell the regex that I want it to treat the string as a string rather than transform the string into a regex that matches the old string, but most of my freinds know that I'm wierd.

I also find that getting in the habit of using a single \ inside of single quotes is likely to bite you when you get used to it and try '\\server\share\dir' and can't figure out why you aren't finding those files.

        - tye (but my friends call me "Tye")
  • Comment on (tye)Re2: I think I'm starting to get it