Hi Justin,

@ 5:51:23 PM on 11/19/2001, Justin French wrote:

JF> Sorry, yeah, there are other <BR>'s in the string... I only want to chop
JF> the trailing ones.

>> $string = preg_replace('/(<br>)+$/i','',$string);

^^^ that'll do it then.

--
 -Brian Clark | PGP is spoken here: 0xE4D0C7C8
  Please, DO NOT carbon copy me on list replies.


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to