Jeff 'Japhy' Pinyan wrote at Tue, 13 Aug 2002 15:44:02 +0200: >>Of course, you can also use a regexp: >>m:/(.*?)$/ > > That regex should read m:/(.*?)$:, but it's still broken. The .*? doesn't > mean "match the shortest chunk possible", just "TRY matching as little as > possible". The regex will match "backup/users...".
Oh yes, of course. Strange case, even a m:.*/(.*?)$: would have done what I wanted :-) Cheerio, Janek -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]