On Tue, Jun 22, 2004 at 11:46:28PM -0700, Ranga Nathan wrote: > Thanks for all the responses.... > > I tried all of that earlier. However I could not get it to match on the > CRLF at the end. It is a multiline string. So I even tried the 's' switch. > > The s/\s+$// > > does not match. Perhaps \cJ is not white space? Remember I had \cM\cJ at > the end.
I have to suspect that the last character in the string is not actually \cJ. /s only modifies the behavior of ., btw, allowing it to match \n. Ronald _______________________________________________ Boston-pm mailing list [EMAIL PROTECTED] http://mail.pm.org/mailman/listinfo/boston-pm

