On Thu, Mar 09, 2000 at 23:52:30 +0200, Mikko Hänninen wrote:
> And, incidentally, the best (or recommended) way of writing a pattern
> that matches everything is with a single dot, "."

Well, I would say the canonical way to match everything is the ~Ã
pattern. In fact "." is internally converted to "~A" to aviod using
time parsing it as the regular expression it really is.

-- 
Byrial

Reply via email to