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); Quote 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. Quote Link to comment https://forums.phpfreaks.com/topic/135839-regex-question/#findComment-708075 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.