![]() |
Available news archives:
comp.lang.tcl
-
comp.lang.python
-
comp.security.firewalls
-
sci.crypt -
comp.lang.php -
comp.lang.javascript
|
|
comp.lang.php archiveRe: str_ireplace
From: Tobierre <No-Reply@hotmail.com>
Date: Tue Oct 25 2005 - 20:15:51 CEST
Hi why don't you just do the following to get the same result?
$var = strtolower$var); //convert string to lower case
if you don't want to convert the original string just do
$var = 'SomE STrinG';
$testvar = strtolower($var);
Tobierre
"windandwaves" <winandwaves@coldmail.com> wrote in message
|