indeed...
----- Original Message -----
From: "Niels Bo Andersen" <[EMAIL PROTECTED]>
To: "jose isaias cabrera" <[EMAIL PROTECTED]>
Cc: "Kamaraju Kusumanchi" <[EMAIL PROTECTED]>; <[email protected]>
Sent: Wednesday, December 27, 2006 7:04 PM
Subject: Re: treat new line as space while searching
jose isaias cabrera wrote:
I don't think you need the +. Just
/word2\_s\word3
is enough...
In that case, it would be
/word2\_sword3
But then you would only find the matches with exactly one whitespace or
one end-of-line character between the words. It would not work with
indented text or if there were a space before the end-of-line.
/Niels