- From: Ian Hickson <ian@hixie.ch>
- Date: Thu, 24 Jun 2004 13:25:58 +0000 (UTC)
On Thu, 24 Jun 2004, Ian Hickson wrote: > > Ok now I'm really confused. It's like ".*" sometimes matches newlines > and sometimes doesn't. Am I missing something obvious here?: Nevermind, I had completely misread the spec. If you have /m, ^ and $ match the edges of each _line_, not each string. so /^.*$/m matches blank lines (such as "\n\n" in the example you gave, Hallvord). So we don't want multiline at all. I've removed that from the spec. Please pardon my momentary insanity. :-) -- Ian Hickson U+1047E )\._.,--....,'``. fL http://ln.hixie.ch/ U+263A /, _.. \ _\ ;`._ ,. Things that are impossible just take longer. `._.-(,_..'--(,_..'`-.;.'
Received on Thursday, 24 June 2004 06:25:58 UTC