On Sat, 14 Aug 2004 14:37:09 +0100
[EMAIL PROTECTED] (Andrew W) wrote:

> Is the str_replace function case sensitive, I cant seem to find any 
> answer on the PHP manual website or in my books.
Yes. For case in-sensitve use str_ireplace
Look at the PHP manual one more time under "See also"

> 
> If it is, is there anyway to make it case insensitive so it can handle 
> mIxEd CaSe woRdS in any combination?
> 
> Thanks
> AW

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

Reply via email to