dtdetu Posted December 6, 2008 Share Posted December 6, 2008 hello this code works for me but how can i make it so it wont matter if the match is lower or uppercase letters preg_match_all("/(TYPE=\"TEXT\")+/i", $result, $title); Link to comment https://forums.phpfreaks.com/topic/135839-regex-question/ Share on other sites More sharing options...
nrg_alpha Posted December 6, 2008 Share Posted December 6, 2008 The i after the closing delimiter does just that. So what you have should not be case sensative. Link to comment https://forums.phpfreaks.com/topic/135839-regex-question/#findComment-708075 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.