From:             [EMAIL PROTECTED]
Operating system: FreeBSD
PHP version:      4.1.0
PHP Bug Type:     Strings related
Bug description:  str_replace() doesn't understand the '\t' escape sequence

$content = str_replace("\t", "", $content);
- doesn't do antything, ie str_replace() doesn't understand the '\t' escape
character

$content = str_replace("\x09", "", $content);
works fine however

thanks for php! =)

*hugs*
-- 
Edit bug report at: http://bugs.php.net/?id=14849&edit=1


-- 
PHP Development 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