robert_gsfame Posted July 13, 2010 Share Posted July 13, 2010 Is there a non-case sensitive str_replace? Link to comment https://forums.phpfreaks.com/topic/207593-str_replace-case-sensitive/ Share on other sites More sharing options...
kenrbnsn Posted July 13, 2010 Share Posted July 13, 2010 str_ireplace Instead of asking questions like this, look in the PHP manual. In the entry for str_replace there is this note: Note: This function is case-sensitive. Use str_ireplace for case-insensitive replace. Ken Link to comment https://forums.phpfreaks.com/topic/207593-str_replace-case-sensitive/#findComment-1085299 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.