Does anyone know of a function that works like str_ireplace in PHP < 5?
str_ireplace(a, b,c) replaces a with b in c, just like str_replace, but case
insensitive.
TIA
- Nicolaas
str_ireplace(a, b,c) replaces a with b in c, just like str_replace, but case
insensitive.
TIA
- Nicolaas
Comment