RE: need a quick regex

2002-05-22 Thread Timothy Johnson
File::Basename has some useful functions for this sort of thing as well. -Original Message- From: Kipp, James [mailto:[EMAIL PROTECTED]] Sent: Wednesday, May 22, 2002 11:43 AM To: [EMAIL PROTECTED] Subject: RE: need a quick regex < You don't need a regex, you need the Fi

RE: need a quick regex

2002-05-22 Thread Kipp, James
< You don't need a regex, you need the File::Spec module. That is, if you find time to read the docs. > I can handle that. thanks alot. -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: need a quick regex

2002-05-22 Thread Felix Geerinckx
on Wed, 22 May 2002 18:25:39 GMT, James Kipp wrote: > anyone have a quick regex handy to check for full path and filename > like "\home\foo\bar\file.dat" > > usually i would work this out myself or search my books and the net, > but i am in a pinch. You don't need a regex, you need the File::S

need a quick regex

2002-05-22 Thread Kipp, James
anyone have a quick regex handy to check for full path and filename like "\home\foo\bar\file.dat" usually i would work this out myself or search my books and the net, but i am in a pinch. -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]