On 6/8/05, John Nichel <[EMAIL PROTECTED]> wrote:
> preg_replace ( "/x+/", "x", $string );
> preg_replace ( "/x{1,}/", "x", $string );
> 
> But those will also change a letter 'x' in a word, so you'll probably
> need to tinker with that part too.
> 
> --
> John C. Nichel
> ÜberGeek
> KegWorks.com
> 716.856.9675
> [EMAIL PROTECTED]
> 

Acually, I am replacing , with _ but I used the letter x in my example
because of it's universal acceptance as a variable. But thanks for the
tip!

Dotan

http://lyricslist.com/lyrics/artist_albums/51/backstreet_boys.php
Backstreet Boys Lyrics

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to