Ross schreef:
I want to get a positive resuly comparing

Apple with aPPLE

or CaR with car


anyone know if there is a built in php function?


R.

if (strtolower('Apple') === strtolower('aPPLE')) {
  echo 'compared successfull case insensitive';
}


Regards,

Andriesss

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

Reply via email to