The Hobo
Sep 14th, 2002, 02:33 PM
Is there a way to do a replace that's not dependant upon the case?
ie: str_replace('dOg', 'frog', 'dog is cool');
ie: str_replace('dOg', 'frog', 'dog is cool');
Click to See Complete Forum and Search --> : Case Insensitive Replace?