TED]>
Cc: <[EMAIL PROTECTED]>
Sent: Friday, January 04, 2002 6:46 PM
Subject: Re: [PHP] Quick regular expressions question / preg_replace
> str_replace("\r\n\r\n", '\r\n', $string);
>
> David Yee wrote:
>
> > That's an idea but it would delete th
variations but no luck :-(. Argh!
>
> David
>
> - Original Message -
> From: "Bogdan Stancescu" <[EMAIL PROTECTED]>
> To: "David Yee" <[EMAIL PROTECTED]>
> Cc: <[EMAIL PROTECTED]>
> Sent: Friday, January 04, 2002 6:20 PM
> Subj
escu" <[EMAIL PROTECTED]>
To: "David Yee" <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Friday, January 04, 2002 6:20 PM
Subject: Re: [PHP] Quick regular expressions question / preg_replace
> I suck big time at regular expressions, but have you tried
> s
I suck big time at regular expressions, but have you tried
str_replace("\r\n\r\n", '', $string); ?
Bogdan
David Yee wrote:
> Hi guys. Quick regular expressions question here:
>
> I want to match:
>
>
>
> but not:
>
> blah blah
>
> Basically I want to wipe out lines beginning with the tag fo
4 matches
Mail list logo