in reply to
Re: String handling frustrations
in thread
String handling frustrations
interesting..
though jaffy's method works in my case and since pgp is not changing its fine.
the other thing I could have done I think, would have been to just not include the \r in the first place.
this is my line
/SALE .*/
I would need to modify it so that it goes to the end of the line but doesn't include \r.
Except I dunno how to do that. :P
----------------------
My very owen signature
Comment on
Re: Re: String handling frustrations
Replies are listed 'Best First'.
Re: Re: Re: String handling frustrations
by
ginseng
(Pilgrim)
on Jul 31, 2001 at 01:36 UTC
I'm all in favor of sticking with what works, but you may want to check out
Ovid
's
Death to Dot Star
. I think it will give you alternatives to your regex, including how to modify to the end of the line.
[reply]
In Section
Seekers of Perl Wisdom